makefile
来自「Glibc 2.3.2源代码(解压后有100多M)」· 代码 · 共 16 行
TXT
16 行
ifeq ($(subdir),misc)sysdep_headers += sys/elf.hendififeq ($(subdir),resource)sysdep_routines += oldgetrlimit64endififeq ($(subdir),elf)ifeq (yes,$(build-shared))# This is needed to support g++ v2 and v3.sysdep_routines += framestateshared-only-routines += framestateendifendif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?