aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2012-05-12 21:20:22 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-05-12 21:20:22 +0000
commit4ce5754013932cc0072b0393e254c4b9bca317ce (patch)
treedae90996224b139325bc3252a53b0c047f789ac9 /gcc/ada
parentdd9123310d0f4e6d7815d5c44f9c8c0e59521a6f (diff)
downloadgcc-4ce5754013932cc0072b0393e254c4b9bca317ce.zip
gcc-4ce5754013932cc0072b0393e254c4b9bca317ce.tar.gz
gcc-4ce5754013932cc0072b0393e254c4b9bca317ce.tar.bz2
* gcc-interface/Makefile.in (TOOLS_LIBS): Add ../../ggc-none.o.
From-SVN: r187428
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/gcc-interface/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 537b39e..f46b5ae 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -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
diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in
index 37e5510..c1d9284 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,