Commit 4bdaaf2f by Rainer Orth Committed by Rainer Orth

* gcc-interface/Makefile.in (TOOLS_LIBS): Add $(LIBINTL).

From-SVN: r175624
parent bdd98b6e
2011-06-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc-interface/Makefile.in (TOOLS_LIBS): Add $(LIBINTL).
2011-06-18 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/decl.c (gnat_to_gnu_component_type): Use GNAT_TYPE
......
# Makefile for GNU Ada Compiler (GNAT).
# Copyright (C) 1994-2010 Free Software Foundation, Inc.
# Copyright (C) 1994-2011 Free Software Foundation, Inc.
#This file is part of GCC.
......@@ -247,7 +247,7 @@ LIBS = $(LIBINTL) $(LIBIBERTY) $(SYSLIBS)
LIBDEPS = $(LIBINTL_DEP) $(LIBIBERTY)
# Default is no TGT_LIB; one might be passed down or something
TGT_LIB =
TOOLS_LIBS = $(EXTRA_GNATTOOLS_OBJS) targext.o link.o $(LIBGNAT) ../../../libiberty/libiberty.a $(SYSLIBS) $(TGT_LIB)
TOOLS_LIBS = $(EXTRA_GNATTOOLS_OBJS) targext.o link.o $(LIBGNAT) $(LIBINTL) ../../../libiberty/libiberty.a $(SYSLIBS) $(TGT_LIB)
# Convert the target variable into a space separated list of architecture,
# manufacturer, and operating system and assign each of those to its own
......
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