blob: 13c33102cb26054a312198b190e552e1cfe384f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Host: Intel 386 running Linux
XM_FILE= xm-linux.h
XDEPFILES= ser-tcp.o
# Needed for frexp() in libiberty for older a.out based systems and should be
# harmless to include for newer linux systems.
XM_CLIBS= -lm
NAT_FILE= nm-linux.h
NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o core-aout.o core-regset.o i386v-nat.o i386v4-nat.o
GDBSERVER_DEPFILES= low-linux.o
|