re PR bootstrap/38862 (Bootstrap failure on HEAD with static linking vs. graphite)

PR bootstrap/38862
	* Makefile.in (BACKENDLIBS):  Reorder to match dependencies.

From-SVN: r143472
This commit is contained in:
Dave Korn 2009-01-17 21:06:17 +00:00 committed by Dave Korn
parent 8137e465bf
commit 2207a4980f
2 changed files with 5 additions and 1 deletions

View 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>

View 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@