mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Delete Makefile.in:INSTALLED_LIBS (unused)
gdb/ChangeLog: * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
This commit is contained in:
@ -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>
|
2011-02-21 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
* gdbthread.h (print_thread_info): Change prototype.
|
* 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.
|
# it doesn't work, then refer to libiberty.
|
||||||
|
|
||||||
# Libraries and corresponding dependencies for compiling gdb.
|
# 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.
|
# 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) \
|
CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(INTL) $(LIBIBERTY) $(LIBDECNUMBER) \
|
||||||
$(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ @PYTHON_LIBS@ \
|
$(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ @PYTHON_LIBS@ \
|
||||||
$(LIBEXPAT) \
|
$(LIBEXPAT) \
|
||||||
|
Reference in New Issue
Block a user