x-svr4
来自「GUN开源阻止下的编译器GCC」· 代码 · 共 10 行
TXT
10 行
# Some versions of SVR4 have an alloca in /usr/ucblib/libucb.a, and if we are# careful to link that in after libc we can use it, but since newer versions of# SVR4 are dropping libucb, it is better to just use the portable C version for# bootstrapping. Do this by defining ALLOCA.ALLOCA = alloca.o# See all the declarations.FIXPROTO_DEFINES = -D_XOPEN_SOURCE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?