📄 makefile
字号:
# powerpc64/ELF specific definitions.# Need to prevent gcc from using fprs in code used during dynamic linking.CFLAGS-dl-runtime.os = $(no-special-regs)CFLAGS-dl-lookup.os = $(no-special-regs)CFLAGS-dl-misc.os = $(no-special-regs)CFLAGS-rtld-mempcpy.os = $(no-special-regs)CFLAGS-rtld-memmove.os = $(no-special-regs)CFLAGS-rtld-memchr.os = $(no-special-regs)CFLAGS-rtld-strnlen.os = $(no-special-regs)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -