x-hp320g

来自「gcc编译工具没有什么特别」· 代码 · 共 18 行

TXT
18
字号
# Make assignments for compilation on HPUX with their C compiler.CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300ALLOCA=alloca.o# B option not supported on hpux.TAROUTOPTS = xpf# For CCLIBFLAGS you might want to specify the switch that# forces only 68000 instructions to be used.X_CFLAGS= -I../hp-include# Version 5 of HPUX had a compiler bug that made it crash with -g.# You must set CFLAGS to empty on version 5.# So putenv and other functions get seen by fixproto.FIXPROTO_DEFINES = -D_HPUX_SOURCE

⌨️ 快捷键说明

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