x-mingw32
来自「Mac OS X 10.4.9 for x86 Source Code gcc」· 代码 · 共 14 行
TXT
14 行
## Make local_includedir relative to EXEC_PREFIX #local_includedir=$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include# On MinGW, we use "%IA64d" to print 64-bit integers, and the format-checking# code does not handle that, so we have to disable checking here.WERROR_FLAGS += -Wno-formathost-mingw32.o : $(srcdir)/config/i386/host-mingw32.c $(CONFIG_H) $(SYSTEM_H) \ coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h $(HOOKS_H) $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/i386/host-mingw32.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?