OSDN Git Service

PR bootstrap/38862
authordavek <davek@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 2009 21:06:17 +0000 (21:06 +0000)
committerdavek <davek@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 2009 21:06:17 +0000 (21:06 +0000)
* Makefile.in (BACKENDLIBS):  Reorder to match dependencies.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143472 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 5c356fc..0ac5503 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 2190d43..946d056 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@