2002-09-29 Andrew Cagney <ac131313@redhat.com>
[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 i386obsd-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.037298 seconds and 4 git commands to generate.