x-mot3300

来自「GCC编译器源代码」· 代码 · 共 15 行

TXT
15
字号
ALLOCA=alloca.o# This disables the long/short jump optimization.# I use sysV68 R3V7.1 RM04 (phdm@info.ucl.ac.be)# Since ss-950318, with jump optimization enabled, "as" issues a warning# when assembling combine.s :#   aline nnnnn : Warning: Table overflow: some optimizations lost (SDIs)# but later "ld" complains with#   ld: relocation entry found for non-relocatable symbol in combine.o# and the produced "cc1" fails with SIGSEGV# Another possible fix would be to split combine.c.# Since ss-961013, the same happens for expr.c compiled by gcc, but not by cc;# and for cp/decl.c; aren't those files too big ?XCFLAGS=`case $@ in combine.o|expr.o|decl.o) echo -Wa,-j;;esac`

⌨️ 快捷键说明

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