Commit 2207a498 by Dave Korn Committed by Dave Korn

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
parent 8137e465
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>
......
......@@ -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@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment