From: Joel Brobecker Date: Tue, 22 Feb 2011 08:00:25 +0000 (+0000) Subject: Delete Makefile.in:INSTALLED_LIBS (unused) X-Git-Tag: cygwin-1_7_8-release~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36238dbca5681409b8747c7dc0eda8c68b4bb4c5;p=thirdparty%2Fbinutils-gdb.git Delete Makefile.in:INSTALLED_LIBS (unused) gdb/ChangeLog: * Makefile.in (INSTALLED_LIBS): Delete. Update comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c768945bf44..cde9e6bc2d5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-02-22 Joel Brobecker + + * Makefile.in (INSTALLED_LIBS): Delete. Update comment. + 2011-02-21 Michael Snyder * gdbthread.h (print_thread_info): Change prototype. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ee79a148f1a..63637732624 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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) \