x-aix43
来自「gcc-2.95.3 Linux下最常用的C编译器」· 代码 · 共 16 行
TXT
16 行
# configuration for IBM RS/6000 running AIX 4.3+# Show we need to use the C version of ALLOCAALLOCA=alloca.o# 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=-lld# f771 and cc1plus overflow the AIX TOCBOOT_LDFLAGS=-Wl,-bbigtoc# Both 32-bit and 64-bit objects in archivesAR_FOR_TARGET=ar -X32_64
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?