Commit 4d73e20b by Adam Nemet Committed by Adam Nemet

* Makefile.in (LIBS): Move $(LIBIBERTY) after $(BANSHEELIB).

From-SVN: r86082
parent 62114438
2004-08-16 Adam Nemet <anemet@lnxw.com>
* Makefile.in (LIBS): Move $(LIBIBERTY) after $(BANSHEELIB).
2004-08-16 Andrew Pinski <apinski@apple.com> 2004-08-16 Andrew Pinski <apinski@apple.com>
* target-def.h (TARGET_EH_RETURN_FILTER_MODE): Remove * target-def.h (TARGET_EH_RETURN_FILTER_MODE): Remove
......
...@@ -762,7 +762,7 @@ BUILD_LIBDEPS= $(BUILD_LIBIBERTY) ...@@ -762,7 +762,7 @@ BUILD_LIBDEPS= $(BUILD_LIBIBERTY)
# How to link with both our special library facilities # How to link with both our special library facilities
# and the system's installed libraries. # and the system's installed libraries.
LIBS = @LIBS@ $(CPPLIB) $(LIBIBERTY) $(LIBINTL) $(LIBICONV) $(BANSHEELIB) LIBS = @LIBS@ $(CPPLIB) $(LIBINTL) $(LIBICONV) $(BANSHEELIB) $(LIBIBERTY)
# Any system libraries needed just for GNAT. # Any system libraries needed just for GNAT.
SYSLIBS = @GNAT_LIBEXC@ SYSLIBS = @GNAT_LIBEXC@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment