gdb/
[deliverable/binutils-gdb.git] / gdb / config / i386 / i386gnu.mh
index 75cba98a80b859aa7141d556259792b177e03bb1..d4e09d9ba9c6526995176e468e9ab9f82dec55f2 100644 (file)
@@ -1,15 +1,18 @@
 # Host: Intel 386 running the GNU Hurd
-XDEPFILES= i387-tdep.o
-NATDEPFILES= i386gnu-nat.o gnu-nat.o fork-child.o solib.o notify_S.o process_reply_S.o msg_reply_S.o msg_U.o exc_request_U.o exc_request_S.o
-XM_FILE= xm-i386gnu.h
-NAT_FILE= nm-gnu.h
+NATDEPFILES= i386gnu-nat.o gnu-nat.o corelow.o core-regset.o fork-child.o \
+            notify_S.o process_reply_S.o msg_reply_S.o \
+            msg_U.o exc_request_U.o exc_request_S.o
+
+NAT_FILE= nm-i386gnu.h
+MH_CFLAGS = -D_GNU_SOURCE
+
+XM_CLIBS = -lshouldbeinlibc
 
 # Use our own user stubs for the msg rpcs, so we can make them time out, in
 # case the program is fucked, or we guess the wrong signal thread.
 msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;'
 
 # ick
-MIG = mig
 MIGCOM = $(MIG) -cc cat - /dev/null
 
 # Reply servers need special massaging of the code mig generates, to make
@@ -27,10 +30,7 @@ MIGCOM = $(MIG) -cc cat - /dev/null
        $(CPP) $(CPPFLAGS) $($*-MIGUFLAGS) -x c $< \
        | $(MIGCOM) -sheader /dev/null -server /dev/null -user $*_U.c -header $*_U.h
 
-gnu-nat.o: process_reply_S.h exc_request_S.h notify_S.h msg_reply_S.h exc_request_U.h msg_U.h
-
-gnu-nat.o i386gnu-nat.o: gnu-nat.h
-
-# Don't use the mmalloc library in Mach 3.
-MMALLOC = 
-MMALLOC_CFLAGS = -DNO_MMALLOC
+NAT_GENERATED_FILES = notify_S.h notify_S.c \
+       process_reply_S.h process_reply_S.c \
+       msg_reply_S.h msg_reply_S.c msg_U.h msg_U.c \
+       exc_request_U.h exc_request_U.c exc_request_S.h exc_request_S.c
This page took 0.050423 seconds and 4 git commands to generate.