mirror of git://gcc.gnu.org/git/gcc.git
* Makefile.in (LIBS): Move $(LIBIBERTY) after $(BANSHEELIB).
From-SVN: r86082
This commit is contained in:
parent
62114438c8
commit
4d73e20b4e
|
@ -1,3 +1,7 @@
|
||||||
|
2004-08-16 Adam Nemet <anemet@lnxw.com>
|
||||||
|
|
||||||
|
* Makefile.in (LIBS): Move $(LIBIBERTY) after $(BANSHEELIB).
|
||||||
|
|
||||||
2004-08-16 Andrew Pinski <apinski@apple.com>
|
2004-08-16 Andrew Pinski <apinski@apple.com>
|
||||||
|
|
||||||
* target-def.h (TARGET_EH_RETURN_FILTER_MODE): Remove
|
* target-def.h (TARGET_EH_RETURN_FILTER_MODE): Remove
|
||||||
|
|
|
@ -762,7 +762,7 @@ BUILD_LIBDEPS= $(BUILD_LIBIBERTY)
|
||||||
|
|
||||||
# How to link with both our special library facilities
|
# How to link with both our special library facilities
|
||||||
# and the system's installed libraries.
|
# and the system's installed libraries.
|
||||||
LIBS = @LIBS@ $(CPPLIB) $(LIBIBERTY) $(LIBINTL) $(LIBICONV) $(BANSHEELIB)
|
LIBS = @LIBS@ $(CPPLIB) $(LIBINTL) $(LIBICONV) $(BANSHEELIB) $(LIBIBERTY)
|
||||||
|
|
||||||
# Any system libraries needed just for GNAT.
|
# Any system libraries needed just for GNAT.
|
||||||
SYSLIBS = @GNAT_LIBEXC@
|
SYSLIBS = @GNAT_LIBEXC@
|
||||||
|
|
Loading…
Reference in New Issue