OSDN Git Service

PR ada/20270
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 May 2005 11:58:44 +0000 (11:58 +0000)
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 May 2005 11:58:44 +0000 (11:58 +0000)
* Makefile.in: Make TGT_LIB behave correctly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99773 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/Makefile.in

index e1833d6..a08251e 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-16  Nathanael Nerode <neroden@gcc.gnu.org>
+
+       PR ada/20270
+       * Makefile.in: Make TGT_LIB behave correctly.
+
 2005-04-23  DJ Delorie  <dj@redhat.com>
 
        * misc.c: Adjust warning() callers.
index 22ef98d..4b9e58c 100644 (file)
@@ -245,7 +245,9 @@ LIBIBERTY = ../../libiberty/libiberty.a
 # and the system's installed libraries.
 LIBS = $(LIBINTL) $(LIBIBERTY) $(SYSLIBS)
 LIBDEPS = $(LIBINTL_DEP) $(LIBIBERTY)
-TOOLS_LIBS = $(LIBGNAT) $(EXTRA_GNATTOOLS_OBJS) link.o ../../../libiberty/libiberty.a $(SYSLIBS)
+# Default is no TGT_LIB; one might be passed down or something
+TGT_LIB =
+TOOLS_LIBS = $(LIBGNAT) $(EXTRA_GNATTOOLS_OBJS) link.o ../../../libiberty/libiberty.a $(SYSLIBS) $(TGT_LIB)
 
 # Specify the directories to be searched for header files.
 # Both . and srcdir are used, in that order,