]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/gdb/gdb/config/i386/i386v42mp.mh
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / gdb / gdb / config / i386 / i386v42mp.mh
1 # Host: Intel 386 running SVR4
2
3 XM_FILE= xm-i386v4.h
4 # for network communication
5 XM_CLIBS= -lsocket -lnsl
6
7 # we don't want nm-i386v4.h since that defines LOSING_POLL which isn't
8 # appropriate for i386v42mp
9 NAT_FILE= nm-i386v42mp.h
10
11 # NATDEPFILES must remain entirely on one line.  When building a cross
12 # debugger, configure will cause this line to be commented out in the
13 # Makefile.  Many non-GNU versions of make don't permit the use of a
14 # continuation character (backslash) to extend a commented line.  As a
15 # consequence, make considers subsequent tab-indented lines to be
16 # some sort of error.
17 NATDEPFILES= corelow.o core-regset.o fork-child.o i386v4-nat.o \
18         gcore.o solib.o solib-svr4.o solib-legacy.o procfs.o proc-api.o \
19         proc-events.o proc-flags.o proc-why.o uw-thread.o
20