makefile
来自「linux下的glibc库的内核头文件」· 代码 · 共 13 行
TXT
13 行
ifeq ($(subdir),linuxthreads)CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions -fno-asynchronous-unwind-tables# gcc -m64 has /usr/lib64/crti.o hardcoded in the specs file, because otherwise# it would normally find 32bit crti.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 + -
显示快捷键?