Set default host and target charsets in the DJGPP port.
[deliverable/binutils-gdb.git] / gdb / config / i386 / go32.mh
index 45edac871ede3c3065d83e2ec7cd03cf55c107ff..73dc70ecdff2e7244eb8e153c63b2a77086ded74 100644 (file)
@@ -1,3 +1,13 @@
-MH_CFLAGS=-D__GO32__ -D__MSDOS__
-XDEPFILES= go32-xdep.o
-XM_FILE= xm-go32.h
+# Host: Intel x86 running DJGPP
+
+# We include several header files from config/djgpp
+MH_CFLAGS= -I$(srcdir)/config/djgpp
+
+NAT_FILE= nm-go32.h
+NATDEPFILES= go32-nat.o i386-nat.o
+
+HOST_IPC=
+CC= gcc
+XM_CLIBS= -ldbg
+
+
This page took 0.02439 seconds and 4 git commands to generate.