📄 i386gnu.mh
字号:
# Host: Intel 386 running the GNU HurdXDEPFILES= i387-tdep.oNATDEPFILES= i386gnu-nat.o gnu-nat.o fork-child.o solib.o corelow.o notify_S.o process_reply_S.o msg_reply_S.o msg_U.o exc_request_U.o exc_request_S.oXM_FILE= xm-i386gnu.hNAT_FILE= nm-gnu.hMH_CFLAGS = -D_GNU_SOURCEXM_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;'# ickMIGCOM = $(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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -