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:
parent
8137e465bf
commit
2207a4980f
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue