Set default host and target charsets in the DJGPP port.
[deliverable/binutils-gdb.git] / gdb / config / i386 / go32.mh
index d4fa352adc5fc7c7e671922e88acca2d5c59858f..73dc70ecdff2e7244eb8e153c63b2a77086ded74 100644 (file)
@@ -1,18 +1,12 @@
 # Host: Intel x86 running DJGPP
-# we don't need mmalloc on DJGPP
-MH_CFLAGS= -DNO_MMALLOC
-MMALLOC=
-MMALLOC_CFLAGS=
 
-XM_FILE= xm-go32.h
-XDEPFILES=
+# We include several header files from config/djgpp
+MH_CFLAGS= -I$(srcdir)/config/djgpp
 
 NAT_FILE= nm-go32.h
-NATDEPFILES= go32-nat.o
+NATDEPFILES= go32-nat.o i386-nat.o
 
-TERMCAP= 
 HOST_IPC=
-SER_HARDWIRE= ser-go32.o
 CC= gcc
 XM_CLIBS= -ldbg
 
This page took 0.027981 seconds and 4 git commands to generate.