Commit 4ce57540 by Eric Botcazou Committed by Eric Botcazou

* gcc-interface/Makefile.in (TOOLS_LIBS): Add ../../ggc-none.o.

From-SVN: r187428
parent dd912331
2012-05-12 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/Makefile.in (TOOLS_LIBS): Add ../../ggc-none.o.
2012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org> 2012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
PR 53063 PR 53063
......
...@@ -245,8 +245,8 @@ LIBS = $(LIBINTL) $(LIBICONV) $(LIBIBERTY) $(SYSLIBS) ...@@ -245,8 +245,8 @@ LIBS = $(LIBINTL) $(LIBICONV) $(LIBIBERTY) $(SYSLIBS)
LIBDEPS = $(LIBINTL_DEP) $(LIBICONV_DEP) $(LIBIBERTY) LIBDEPS = $(LIBINTL_DEP) $(LIBICONV_DEP) $(LIBIBERTY)
# Default is no TGT_LIB; one might be passed down or something # Default is no TGT_LIB; one might be passed down or something
TGT_LIB = TGT_LIB =
TOOLS_LIBS = targext.o link.o ../../libcommon-target.a ../../libcommon.a \ TOOLS_LIBS = targext.o link.o ../../ggc-none.o ../../libcommon-target.a \
../../../libcpp/libcpp.a $(LIBGNAT) $(LIBINTL) $(LIBICONV) \ ../../libcommon.a ../../../libcpp/libcpp.a $(LIBGNAT) $(LIBINTL) $(LIBICONV) \
../../../libiberty/libiberty.a $(SYSLIBS) $(TGT_LIB) ../../../libiberty/libiberty.a $(SYSLIBS) $(TGT_LIB)
# Convert the target variable into a space separated list of architecture, # Convert the target variable into a space separated list of architecture,
......
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