* i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
[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.030753 seconds and 5 git commands to generate.