]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Delete Makefile.in:INSTALLED_LIBS (unused)
authorJoel Brobecker <brobecker@gnat.com>
Tue, 22 Feb 2011 08:00:25 +0000 (08:00 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 22 Feb 2011 08:00:25 +0000 (08:00 +0000)
gdb/ChangeLog:

        * Makefile.in (INSTALLED_LIBS): Delete.  Update comment.

gdb/ChangeLog
gdb/Makefile.in

index c768945bf44e2ec7c7875e137ef03d4dd356bf57..cde9e6bc2d5a9bb9ae065277261656f028c1d25a 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * Makefile.in (INSTALLED_LIBS): Delete.  Update comment.
+
 2011-02-21  Michael Snyder  <msnyder@vmware.com>
 
        * gdbthread.h (print_thread_info): Change prototype.
index ee79a148f1a92718fc791f9a6eb5dea2534fff15..636377326243428f90f64f85b9826c4963eacdd9 100644 (file)
@@ -468,13 +468,8 @@ INTERNAL_LDFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(MH_LDFLAGS) $(LDFLAGS) $(CONFIG_
 # it doesn't work, then refer to libiberty.
 
 # Libraries and corresponding dependencies for compiling gdb.
-# {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
+# XM_CLIBS, defined in *config files, have host-dependent libs.
 # LIBIBERTY appears twice on purpose.
-# If you have the Cygnus libraries installed,
-# you can use 'CLIBS=$(INSTALLED_LIBS)' 'CDEPS='
-INSTALLED_LIBS=-lbfd -lreadline -lopcodes -liberty -ldecnumber \
-       $(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ @PYTHON_LIBS@ \
-       -lintl -liberty $(LIBGNU)
 CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(INTL) $(LIBIBERTY) $(LIBDECNUMBER) \
        $(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ @PYTHON_LIBS@ \
        $(LIBEXPAT) \