]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/38862 (Bootstrap failure on HEAD with static linking vs. graphite)
authorDave Korn <dave.korn.cygwin@gmail.com>
Sat, 17 Jan 2009 21:06:17 +0000 (21:06 +0000)
committerDave Korn <davek@gcc.gnu.org>
Sat, 17 Jan 2009 21:06:17 +0000 (21:06 +0000)
PR bootstrap/38862
* Makefile.in (BACKENDLIBS):  Reorder to match dependencies.

From-SVN: r143472

gcc/ChangeLog
gcc/Makefile.in

index 5c356fc8c04fd169eac67fb1c779535703ac71f8..0ac55032cca0ba5c057f0c0ee190ff234396dda9 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-17  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * Makefile.in (BACKENDLIBS):  Reorder to match dependencies.
+
 2009-01-17  Sebastian Pop  <sebastian.pop@amd.com>
            Tobias Grosser  <tobi.grosser@amd.com>
 
index 2190d437eb1367fba684499e6d5a0dc80bcca9fe..946d0567179d94b0506063278886faee4b70cae6 100644 (file)
@@ -919,7 +919,7 @@ BUILD_LIBDEPS= $(BUILD_LIBIBERTY)
 # How to link with both our special library facilities
 # and the system's installed libraries.
 LIBS = @LIBS@ $(CPPLIB) $(LIBINTL) $(LIBICONV) $(LIBIBERTY) $(LIBDECNUMBER)
-BACKENDLIBS = $(GMPLIBS) $(CLOOGLIBS) $(PPLLIBS)
+BACKENDLIBS = $(CLOOGLIBS) $(PPLLIBS) $(GMPLIBS)
 # Any system libraries needed just for GNAT.
 SYSLIBS = @GNAT_LIBEXC@