* Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
more primitive library.
This commit is contained in:
parent
0c6003d200
commit
3ae642fdf3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-03-14 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
|
||||
more primitive library.
|
||||
|
||||
2005-03-13 Mark Kettenis <kettenis@elgar.gnu.org>
|
||||
|
||||
* inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
|
||||
|
|
|
@ -372,7 +372,7 @@ INTERNAL_LDFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(MH_LDFLAGS) $(LDFLAGS) $(CONFIG_
|
|||
INSTALLED_LIBS=-lbfd -lreadline -lopcodes -liberty \
|
||||
$(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
|
||||
-lintl -liberty
|
||||
CLIBS = $(SIM) $(BFD) $(READLINE) $(OPCODES) $(INTL) $(LIBIBERTY) \
|
||||
CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(INTL) $(LIBIBERTY) \
|
||||
$(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
|
||||
$(LIBICONV) \
|
||||
$(LIBIBERTY) $(WIN32LIBS)
|
||||
|
|
Loading…
Reference in a new issue