import gdb-19990422 snapshot
[deliverable/binutils-gdb.git] / gdb / config / i386 / go32.mh
1 # Host: Intel x86 running DJGPP
2 # we don't need mmalloc on DJGPP
3 MH_CFLAGS= -DNO_MMALLOC
4 MMALLOC=
5 MMALLOC_CFLAGS=
6
7 XM_FILE= xm-go32.h
8 XDEPFILES=
9
10 NAT_FILE= nm-go32.h
11 NATDEPFILES= go32-nat.o
12
13 TERMCAP=
14 HOST_IPC=
15 SER_HARDWIRE= ser-go32.o
16 CC= gcc
17 XM_CLIBS= -ldbg
18
19
This page took 0.029808 seconds and 4 git commands to generate.