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
1b3ea405
Commit
1b3ea405
authored
Dec 04, 2001
by
Alexandre Oliva
Committed by
Alexandre Oliva
Dec 04, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in ($(LIBG2C)): Fix -rpath argument to libtool.
From-SVN: r47606
parent
90f86cb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
libf2c/ChangeLog
+2
-0
libf2c/Makefile.in
+1
-1
No files found.
libf2c/ChangeLog
View file @
1b3ea405
2001-12-04 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in ($(LIBG2C)): Fix -rpath argument to libtool.
* Makefile.in (AR, RANLIB): Add, for substitutions.
(all-unilib, $(LIBG2C)): Depend on object lists, not
convenience libraries.
...
...
libf2c/Makefile.in
View file @
1b3ea405
...
...
@@ -142,7 +142,7 @@ i77 f77 u77: g2c.h
$(LIBG2C)
:
s-libi77 s-libf77 s-libu77 s-libe77
$(LIBTOOL)
--mode
=
link
$(CC)
-o
$@
\
-version-info
$(VERSION_MAJOR)
:
$(VERSION_MINOR)
:
$(VERSION_SUB)
\
-rpath
$(
prefix)
/lib
\
-rpath
$(
libsubdir)
/
$(MULTISUBDIR)
\
-objectlist
s-libe77
\
-objectlist
s-libf77
\
-objectlist
s-libi77
\
...
...
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