* Makefile.in (LIBS): Move $(LIBIBERTY) after $(BANSHEELIB).
authorAdam Nemet <anemet@lnxw.com>
Mon, 16 Aug 2004 22:13:27 +0000 (22:13 +0000)
committerAdam Nemet <nemet@gcc.gnu.org>
Mon, 16 Aug 2004 22:13:27 +0000 (22:13 +0000)
From-SVN: r86082

gcc/ChangeLog
gcc/Makefile.in

index 47a6d454ee5ed8088193ef9e4d7bebd9112b1bc7..ad639c112d81bb75a94e63caa98e6527fb1de845 100644 (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
index 6f54478a5472762d46a9efd58bd7c8aaf9319119..f5fac769cce85a56d25089a44e11fe7b67d2f153 100644 (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@