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

From-SVN: r86082
This commit is contained in:
Adam Nemet 2004-08-16 22:13:27 +00:00 committed by Adam Nemet
parent 62114438c8
commit 4d73e20b4e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-08-16 Adam Nemet <anemet@lnxw.com>
* Makefile.in (LIBS): Move $(LIBIBERTY) after $(BANSHEELIB).
2004-08-16 Andrew Pinski <apinski@apple.com>
* target-def.h (TARGET_EH_RETURN_FILTER_MODE): Remove

View File

@ -762,7 +762,7 @@ BUILD_LIBDEPS= $(BUILD_LIBIBERTY)
# How to link with both our special library facilities
# 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.
SYSLIBS = @GNAT_LIBEXC@