OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gdb-7.2/] [gdb-7.2-or32-1.0rc3/] [gdb/] [config/] [i386/] [i386gnu.mh] - Diff between revs 330 and 513

Only display areas with differences | Details | Blame | View Log

Rev 330 Rev 513
# Host: Intel 386 running the GNU Hurd
# Host: Intel 386 running the GNU Hurd
NATDEPFILES= i386gnu-nat.o gnu-nat.o corelow.o core-regset.o fork-child.o \
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 \
             notify_S.o process_reply_S.o msg_reply_S.o \
             msg_U.o exc_request_U.o exc_request_S.o
             msg_U.o exc_request_U.o exc_request_S.o
NAT_FILE= nm-i386gnu.h
NAT_FILE= nm-i386gnu.h
MH_CFLAGS = -D_GNU_SOURCE
MH_CFLAGS = -D_GNU_SOURCE
XM_CLIBS = -lshouldbeinlibc
XM_CLIBS = -lshouldbeinlibc
# Use our own user stubs for the msg rpcs, so we can make them time out, in
# 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.
# case the program is fucked, or we guess the wrong signal thread.
msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;'
msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;'
# ick
# ick
MIGCOM = $(MIG) -cc cat - /dev/null
MIGCOM = $(MIG) -cc cat - /dev/null
# Reply servers need special massaging of the code mig generates, to make
# Reply servers need special massaging of the code mig generates, to make
# them work correctly for error returns in some cases.
# them work correctly for error returns in some cases.
%_reply_S.h %_reply_S.c: %_reply.defs
%_reply_S.h %_reply_S.c: %_reply.defs
        $(CPP) $(CPPFLAGS) -DSERVERPREFIX=S_ -x c $< \
        $(CPP) $(CPPFLAGS) -DSERVERPREFIX=S_ -x c $< \
        | $(MIGCOM) -sheader $*_reply_S.h -server $*_reply_S.raw -user /dev/null -header /dev/null \
        | $(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
        && $(AWK) -f $(srcdir)/reply_mig_hack.awk < $*_reply_S.raw > $*_reply_S.c
# Normal servers
# Normal servers
%_S.h %_S.c: %.defs
%_S.h %_S.c: %.defs
        $(CPP) $(CPPFLAGS) -DSERVERPREFIX=S_ -x c $< \
        $(CPP) $(CPPFLAGS) -DSERVERPREFIX=S_ -x c $< \
        | $(MIGCOM) -sheader $*_S.h -server $*_S.c -user /dev/null -header /dev/null
        | $(MIGCOM) -sheader $*_S.h -server $*_S.c -user /dev/null -header /dev/null
# User rpc stubs
# User rpc stubs
%_U.h %_U.c: %.defs
%_U.h %_U.c: %.defs
        $(CPP) $(CPPFLAGS) $($*-MIGUFLAGS) -x c $< \
        $(CPP) $(CPPFLAGS) $($*-MIGUFLAGS) -x c $< \
        | $(MIGCOM) -sheader /dev/null -server /dev/null -user $*_U.c -header $*_U.h
        | $(MIGCOM) -sheader /dev/null -server /dev/null -user $*_U.c -header $*_U.h
NAT_GENERATED_FILES = notify_S.h notify_S.c \
NAT_GENERATED_FILES = notify_S.h notify_S.c \
        process_reply_S.h process_reply_S.c \
        process_reply_S.h process_reply_S.c \
        msg_reply_S.h msg_reply_S.c msg_U.h msg_U.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
        exc_request_U.h exc_request_U.c exc_request_S.h exc_request_S.c
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.