makefile
来自「glibc-linuxthreads-2.2.3.tar.gz linux库文件」· 代码 · 共 10 行
TXT
10 行
ifeq ($(subdir),linuxthreads)# 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/lib64/crti.o_crti.o_g' > $@endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?