]> Git Repo - binutils.git/blame - gdb/config/i386/nbsd.mh
* Makefile.in (ALLDEPFILES): Remove i387-nat.c.
[binutils.git] / gdb / config / i386 / nbsd.mh
CommitLineData
c906108c 1# Host: Intel 386 running NetBSD
8aa16b78
KB
2
3# NATDEPFILES must remain entirely on one line for *BSD. When
4# building a cross debugger, configure will cause this line to be
5# commented out in the Makefile. BSD make doesn't permit the use of a
6# continuation character (backslash) to extend a commented line. As a
7# consequence, BSD make considers subsequent tab-indented lines to be
8# "unassociated shell commands".
e750d25e 9NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386bsd-nat.o i386nbsd-nat.o solib.o solib-sunos.o
8aa16b78 10
c906108c
SS
11XM_FILE= xm-nbsd.h
12NAT_FILE= nm-nbsd.h
This page took 0.336401 seconds and 4 git commands to generate.