Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
134fddff
Commit
134fddff
authored
Apr 17, 1999
by
Craig Burley
Committed by
Craig Burley
Apr 17, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better support SMP builds in libf2c
From-SVN: r26521
parent
25aab5d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
libf2c/ChangeLog
+7
-0
libf2c/Makefile.in
+6
-0
No files found.
libf2c/ChangeLog
View file @
134fddff
Sat Apr 17 17:33:30 1999 Craig Burley <craig@jcb-sc.com>
From H.J. Lu <hjl@gnu.org>:
* Makefile.in (s-libi77): Depend on i77.
(s-libf77): Depend on i77.
(s-libu77): Depend on u77.
Mon Apr 12 21:38:14 1999 Mumit Khan <khan@xraylith.wisc.edu>
* libF77/getenv_.c: Include stdlib.h.
...
...
libf2c/Makefile.in
View file @
134fddff
...
...
@@ -139,12 +139,18 @@ $(LIBG2C): s-libi77 s-libf77 s-libu77 s-libe77
$(AR)
$(AR_FLAGS)
$(LIBG2C)
$$
objs
$(RANLIB)
$(LIBG2C)
s-libi77
:
i77
i77
:
cd
libI77
;
$(MAKE)
$(FLAGS_TO_PASS)
all
s-libf77
:
f77
f77
:
cd
libF77
;
$(MAKE)
$(FLAGS_TO_PASS)
all
s-libu77
:
u77
u77
:
cd
libU77
;
$(MAKE)
$(FLAGS_TO_PASS)
all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment