t-linux
来自「GCC编译器源代码」· 代码 · 共 20 行
TXT
20 行
# Don't run fixprotoSTMP_FIXPROTO =# Don't make libgcc1.aLIBGCC1 =CROSS_LIBGCC1 =# On GNU/Linux we can print long doubleENQUIRE_CFLAGS = -DNO_MEM -O0# Don't install assert.hINSTALL_ASSERT_H =# Compile crtbeginS.o and crtendS.o with pic.CRTSTUFF_T_CFLAGS_S = -fPIC# Compile libgcc2.a with pic.TARGET_LIBGCC2_CFLAGS = -fPIC# Don't install assert.hINSTALL_ASSERT_H =# Compile crtbeginS.o and crtendS.o with pic.CRTSTUFF_T_CFLAGS_S = -fPIC# Compile libgcc2.a with pic.TARGET_LIBGCC2_CFLAGS = -fPIC
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?