solaris.mh

来自「lwip在ucos上的移植」· MH 代码 · 共 20 行

MH
20
字号
# Host: PowerPC, running Solaris 2XM_FILE= xm-solaris.hXDEPFILES= ser-tcp.oXM_CLIBS= -lsocket -lnslNAT_FILE= nm-solaris.hNATDEPFILES= corelow.o core-sol2.o solib.o fork-child.o procfs.o \	proc-api.o proc-events.o proc-flags.o proc-why.o# If you are compiling with Sun's compiler, add the -xs option to CC# (e.g. `make CC="cc -xs"').# Sun's compilers require the -xs option to produce debug information# in the final linked executable.  Otherwise they leave it in the .o# files only, with undocumented pointers to it in the linked executable.# This is commented out because we don't assume that the Sun compiler# is in use.#MH_CFLAGS=-xsHOST_IPC=-DBSD_IPC

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?