mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 23:34:02 +08:00
Delete Makefile.in:INSTALLED_LIBS (unused)
gdb/ChangeLog: * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
This commit is contained in:
parent
b97c863c18
commit
36238dbca5
@ -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.
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user