re PR target/46191 (Non-absolute names in libgcc_s.so)

PR target/46191
* config/t-slibgcc-libgcc (SHLIB_MAKE_SOLINK): Use -lgcc instead
of libgcc.a.

From-SVN: r191160
This commit is contained in:
Andreas Schwab 2012-09-10 20:14:47 +00:00 committed by Andreas Schwab
parent af2b97c462
commit d5d66749a3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-09-10 Andreas Schwab <schwab@linux-m68k.org>
PR target/46191
* config/t-slibgcc-libgcc (SHLIB_MAKE_SOLINK): Use -lgcc instead
of libgcc.a.
2012-09-07 Teresa Johnson <tejohnson@google.com>
PR gcov-profile/54487

View File

@ -25,7 +25,7 @@ SHLIB_MAKE_SOLINK = \
(echo "/* GNU ld script"; \
echo " Use the shared library, but some functions are only in"; \
echo " the static library. */"; \
echo "GROUP ( $(SHLIB_SONAME) libgcc.a )" \
echo "GROUP ( $(SHLIB_SONAME) -lgcc )" \
) > $(SHLIB_DIR)/$(SHLIB_SOLINK)
SHLIB_INSTALL_SOLINK = \
$(INSTALL_DATA) $(SHLIB_DIR)/$(SHLIB_SOLINK) \