x-iris6

来自「这是一个linux 嵌入式系统中很重要的GCC编译器程序」· 代码 · 共 12 行

TXT
12
字号
# We force the use of the O32 ABI for two reasons.# 1) For consistency, because some versions of Irix 6 default to the O32 ABI#    and some versions default to the N64 ABI.# 2) To avoid SGI compiler bugs.  The v6.x and v7.0 compilers from SGI have#    bugs that cause gcc to be miscompiled when the N32 or N64 ABIs are used.#    The O32 ABI is known to be OK.CC = $(OLDCC)OLDCC = cc -32# Find all of the declarations from the header filesFIXPROTO_DEFINES= -D__EXTENSIONS__  -D_SGI_SOURCE -D_LANGUAGE_C_PLUS_PLUS

⌨️ 快捷键说明

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