]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc-interface/Makefile.in (TOOLS_LIBS): Add ../../ggc-none.o.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 May 2012 21:20:22 +0000 (21:20 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 May 2012 21:20:22 +0000 (21:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187428 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in

index 537b39e98caaee5d81254e80717ca081b225c0fb..f46b5ae80014c85dda778f08dac6ea81d21b389e 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        PR 53063
index 37e551092d9faf018c630e0c67e04916fd415cb0..c1d9284496cf7024f2424c5e8f22e7d06562165f 100644 (file)
@@ -245,8 +245,8 @@ LIBS = $(LIBINTL) $(LIBICONV) $(LIBIBERTY) $(SYSLIBS)
 LIBDEPS = $(LIBINTL_DEP) $(LIBICONV_DEP) $(LIBIBERTY)
 # Default is no TGT_LIB; one might be passed down or something
 TGT_LIB =
-TOOLS_LIBS = targext.o link.o ../../libcommon-target.a ../../libcommon.a \
-  ../../../libcpp/libcpp.a $(LIBGNAT) $(LIBINTL) $(LIBICONV) \
+TOOLS_LIBS = targext.o link.o ../../ggc-none.o ../../libcommon-target.a \
+  ../../libcommon.a ../../../libcpp/libcpp.a $(LIBGNAT) $(LIBINTL) $(LIBICONV) \
   ../../../libiberty/libiberty.a $(SYSLIBS) $(TGT_LIB)
 
 # Convert the target variable into a space separated list of architecture,