makefile

来自「Glibc 2.3.2源代码(解压后有100多M)」· 代码 · 共 12 行

TXT
12
字号
# This flag is necessary because GCC now tries to call _Q_{mul, etc...}# instead of doing the stuff the hard way.  For now, printf_fp.o, __vfscanf.o,# and difftime.o don't work because of this.  The long-term fix is to actually# implement what they're doing, but for the short-term, we must do this.sysdep-CFLAGS := $(sysdep-CFLAGS) -mhard-quad-floatifeq ($(subdir),crypt)crypt := crypt.solarendif

⌨️ 快捷键说明

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