482e577bab
i[3456]86-*-netbsd* case. * config/i386/tm-obsd.h: Removed. * config/i386/obsd.mt: Removed. * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and core-aout.o. (MH_CFLAGS): Add -DYYDEBUG=0.
11 lines
311 B
Text
11 lines
311 B
Text
# Host: Intel 386 running OpenBSD
|
|
|
|
XM_FILE= xm-i386.h
|
|
|
|
NAT_FILE= nm-obsd.h
|
|
NATDEPFILES= fork-child.o infptrace.o inftarg.o i386bsd-nat.o \
|
|
solib.o solib-sunos.o
|
|
|
|
# The OpenBSD yacc generates yyname and yyrule tables that conflict at
|
|
# link time if we define YYDEBUG to a non-zero value.
|
|
MH_CFLAGS= -DYYDEBUG=0
|