x-interix
来自「这是一个linux 嵌入式系统中很重要的GCC编译器程序」· 代码 · 共 25 行
TXT
25 行
# These are host overrides# From config dir# Interix doesn't yet have alloca; it's better to use the portable C version for# bootstrapping. Do this by defining ALLOCA.ALLOCA = alloca.o# See all the declarations.FIXPROTO_DEFINES = -D_XOPEN_SOURCE# Don't run fixprotoSTMP_FIXPROTO =RANLIB = :RANLIB_TEST = falseSHELL = sh# Existing CC/GCC may not define -D__INTERIX, so need this here.# Since we want to configure with _ALL_SOURCE, we need to build that way tooX_CFLAGS= -D__INTERIX -D_ALL_SOURCELIBGCC2_INCLUDES = -idirafter $${INTERIX_ROOT}/usr/include# Headers come from a funny placeSYSTEM_HEADER_DIR=$${INTERIX_ROOT}/usr/include
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?