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
5c6a4559
Commit
5c6a4559
authored
Apr 17, 2009
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust previous check-in, which set the wrong install_name for libgnarl
under Darwin. From-SVN: r146233
parent
92234f46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gcc/ada/gcc-interface/Makefile.in
+3
-2
No files found.
gcc/ada/gcc-interface/Makefile.in
View file @
5c6a4559
...
...
@@ -1887,8 +1887,7 @@ ifeq ($(strip $(filter-out darwin%,$(osys))),)
EH_MECHANISM
=
-gcc
GNATLIB_SHARED
=
gnatlib-shared-darwin
SO_OPTS
=
-Wl
,-flat_namespace
-shared-libgcc
\
-Wl
,-install_name,@rpath/libgnat
$(hyphen)$(LIBRARY_VERSION)$(soext)
SO_OPTS
=
-Wl
,-flat_namespace
-shared-libgcc
RANLIB
=
ranlib
-c
GMEM_LIB
=
gmemlib
PREFIX_OBJS
=
$(PREFIX_REAL_OBJS)
...
...
@@ -2286,11 +2285,13 @@ gnatlib-shared-darwin:
-o
libgnat
$(hyphen)$(LIBRARY_VERSION)$(soext)
\
$(GNATRTL_NONTASKING_OBJS)
$(LIBGNAT_OBJS)
\
$(SO_OPTS)
\
-Wl
,-install_name,@rpath/libgnat
$(hyphen)$(LIBRARY_VERSION)$(soext)
\
$(MISCLIB)
-lm
cd
$(RTSDIR)
;
../../xgcc
-B
../../
-dynamiclib
$(TARGET_LIBGCC2_CFLAGS)
\
-o
libgnarl
$(hyphen)$(LIBRARY_VERSION)$(soext)
\
$(GNATRTL_TASKING_OBJS)
\
$(SO_OPTS)
\
-Wl
,-install_name,@rpath/libgnarl
$(hyphen)$(LIBRARY_VERSION)$(soext)
\
$(THREADSLIB)
-Wl
,libgnat
$(hyphen)$(LIBRARY_VERSION)$(soext)
cd
$(RTSDIR)
;
$(LN_S)
libgnat
$(hyphen)$(LIBRARY_VERSION)$(soext)
\
libgnat
$(soext)
...
...
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