1ca66634bd
* 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.
13 lines
357 B
Text
13 lines
357 B
Text
# 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
|