Makefile.in (gnatlib-shared-darwin): Remove reference to "-lm".
* gcc-interface/Makefile.in (gnatlib-shared-darwin): Remove reference to "-lm". From-SVN: r178608
This commit is contained in:
parent
84ef27d385
commit
f61fc3987b
@ -1,3 +1,8 @@
|
||||
2011-09-06 Iain Sandoe <iains@gcc.gnu.org>
|
||||
|
||||
* gcc-interface/Makefile.in (gnatlib-shared-darwin): Remove
|
||||
reference to "-lm".
|
||||
|
||||
2011-09-06 Iain Sandoe <iains@gcc.gnu.org>
|
||||
|
||||
* gcc-interface/Makefile.in (darwin, SO_OPTS): Provide architecture
|
||||
|
@ -2723,7 +2723,7 @@ gnatlib-shared-darwin:
|
||||
$(GNATRTL_NONTASKING_OBJS) $(LIBGNAT_OBJS) \
|
||||
$(SO_OPTS) \
|
||||
-Wl,-install_name,@rpath/libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
|
||||
$(MISCLIB) -lm
|
||||
$(MISCLIB)
|
||||
cd $(RTSDIR); `echo "$(GCC_FOR_TARGET)" \
|
||||
| sed -e 's,\./xgcc,../../xgcc,' -e 's,-B\./,-B../../,'` -dynamiclib $(PICFLAG_FOR_TARGET) \
|
||||
-o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
|
||||
|
Loading…
Reference in New Issue
Block a user