makefile

来自「linux下的glibc库的内核头文件」· 代码 · 共 12 行

TXT
12
字号
ifeq ($(subdir),linuxthreads)# gcc has /usr/lib{,64}/crti.o hardcoded in the specs file, because otherwise# it would normally find {64,32}bit crt[in].o.LDFLAGS-pthread.so += -specs=$(objpfx)specsbefore-compile += $(objpfx)specsgenerated += specs$(objpfx)specs:	$(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs \	  | sed 's,\(/usr/lib\(\|64\)/\|^\|\([^/a-z]\)\)\(crt[in]\.o\),\3./\4,g' > $@.new	mv -f $@.new $@endif

⌨️ 快捷键说明

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