mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-16 21:13:39 +08:00

* config/i386/xm-fbsd.h: Removed. * config/i386/xm-linux.h: Removed. * config/i386/fbsd.mh: Reorganize a bit. (XM_FILE): Set to xm-i386.h instead of xm-fbsd.h. * config/i386/linux.mh (XM_FILE): Set to xm-i386.h insread of xm-linux.h.
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
# Host: Intel 386 running GNU/Linux.
|
|
|
|
XM_FILE= xm-i386.h
|
|
XDEPFILES=
|
|
|
|
NAT_FILE= nm-linux.h
|
|
NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
|
|
core-aout.o i386-nat.o i386-linux-nat.o i387-nat.o \
|
|
proc-service.o thread-db.o lin-lwp.o
|
|
|
|
# The dynamically loaded libthread_db needs access to symbols in the
|
|
# gdb executable.
|
|
LOADLIBES = -ldl -rdynamic
|