📄 makefile
字号:
ifeq ($(subdir),misc)sysdep_headers += sys/rse.hendififeq ($(subdir),stdlib)sysdep_routines += __start_contextendififeq ($(subdir),misc)sysdep_headers += sys/io.hsysdep_routines += ioperm clone2endififeq ($(subdir),elf)sysdep-dl-routines += dl-staticsysdep_routines += $(sysdep-dl-routines)sysdep-rtld-routines += $(sysdep-dl-routines)endif# This is a crude attempt to silence the compiler which complains about# then 'current' definition in the kernel headers.CPPFLAGS += -D_ASM_IA64_CURRENT_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -