mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
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.
9 lines
331 B
Plaintext
9 lines
331 B
Plaintext
# Host: Intel 386 running FreeBSD
|
|
|
|
XM_FILE= xm-i386.h
|
|
XDEPFILES=
|
|
|
|
NAT_FILE= nm-fbsd.h
|
|
# NOTE: Do not spread NATDEPFILES over several lines - it hurts BSD make.
|
|
NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o corelow.o core-aout.o core-regset.o i386-nat.o i387-nat.o i386bsd-nat.o i386fbsd-nat.o
|