diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:07 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:07 +0000 |
commit | 071ea11e85eb9d529cc5eb3d35f6247466a21b99 (patch) | |
tree | 5deda65b8d7b04d1f4cbc534c3206d328e1267ec /gdb/config/i386/i386gnu.mh | |
parent | 1730ec6b1848f0f32154277f788fb29f88d8475b (diff) | |
download | gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.zip gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.tar.gz gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.tar.bz2 |
Initial creation of sourceware repository
Diffstat (limited to 'gdb/config/i386/i386gnu.mh')
-rw-r--r-- | gdb/config/i386/i386gnu.mh | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/gdb/config/i386/i386gnu.mh b/gdb/config/i386/i386gnu.mh deleted file mode 100644 index d8da189..0000000 --- a/gdb/config/i386/i386gnu.mh +++ /dev/null @@ -1,39 +0,0 @@ -# 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 -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 -# them work correctly for error returns in some cases. -%_reply_S.h %_reply_S.c: %_reply.defs - $(CPP) $(CPPFLAGS) -DSERVERPREFIX=S_ -x c $< \ - | $(MIGCOM) -sheader $*_reply_S.h -server $*_reply_S.raw -user /dev/null -header /dev/null \ - && $(AWK) -f $(srcdir)/reply_mig_hack.awk < $*_reply_S.raw > $*_reply_S.c -# Normal servers -%_S.h %_S.c: %.defs - $(CPP) $(CPPFLAGS) -DSERVERPREFIX=S_ -x c $< \ - | $(MIGCOM) -sheader $*_S.h -server $*_S.c -user /dev/null -header /dev/null -# User rpc stubs -%_U.h %_U.c: %.defs - $(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 |