From: ebotcazou Date: Sat, 12 May 2012 21:20:22 +0000 (+0000) Subject: * gcc-interface/Makefile.in (TOOLS_LIBS): Add ../../ggc-none.o. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcd59a2ba0a8ac4520271bcebb54fbff293e7fcb;p=thirdparty%2Fgcc.git * gcc-interface/Makefile.in (TOOLS_LIBS): Add ../../ggc-none.o. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187428 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 537b39e98caa..f46b5ae80014 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2012-05-12 Eric Botcazou + + * gcc-interface/Makefile.in (TOOLS_LIBS): Add ../../ggc-none.o. + 2012-05-11 Manuel López-Ibáñez PR 53063 diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 37e551092d9f..c1d9284496cf 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -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,