* configure.tgt (i[3456]86-*-openbsd*): Fold into
[deliverable/binutils-gdb.git] / gdb / config / i386 / obsd.mh
1 # Host: Intel 386 running OpenBSD
2
3 XM_FILE= xm-i386.h
4
5 NAT_FILE= nm-obsd.h
6 NATDEPFILES= fork-child.o infptrace.o inftarg.o i386bsd-nat.o \
7 solib.o solib-sunos.o
8
9 # The OpenBSD yacc generates yyname and yyrule tables that conflict at
10 # link time if we define YYDEBUG to a non-zero value.
11 MH_CFLAGS= -DYYDEBUG=0
This page took 0.038239 seconds and 4 git commands to generate.