x-aix31
来自「gcc-2.95.3 Linux下最常用的C编译器」· 代码 · 共 10 行
TXT
10 行
# configuration for IBM rs6000 running aix# Show we need to use the C version of ALLOCAALLOCA=alloca.o# For some reason, we need -lm for cc1.# We need -lld for collect2 (actually this only matters# for a native compiler, but this is as good a place as any# to define the symbol).CLIB=-lm -lld
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?