makefile

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

TXT
17
字号
asm-CPPFLAGS = -D__ASSEMBLY__ASFLAGS-.os += -fPICLD += -melf32_sparc# When I get this to work, this is the right thingifeq ($(subdir),elf)CFLAGS-rtld.c += -mv8#rtld-routines += dl-sysdepsparcsysdep-others += lddlibc4install-bin += lddlibc4endif   # elfifeq ($(subdir),signal)sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait	\		   rt_sigqueueinfo rt_sigaction rt_sigpendingendif

⌨️ 快捷键说明

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