makefile

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

TXT
7
字号
# The linker supplied with Solaris looks in the current directory# before searching others.  Compiling the various programs that come# along the way (e.g., glue-ctype) will fail because it'll try to link# with the libc.a being *constructed* in $(objdir).  As a work-around,# we add this to each native-compile.ALL_BUILD_CFLAGS += -L/lib

⌨️ 快捷键说明

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