📄 makefile
字号:
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 += -mcpu=v8#rtld-routines += dl-sysdepsparcsysdep-others += lddlibc4install-bin += lddlibc4endif # elfifeq ($(subdir),math)# These 2 routines are normally in libgcc{.a,_s.so.1}.# However, sparc32 -mlong-double-128 libgcc relies on# glibc providing _Q_* routines and without these files# glibc relies on __multc3/__divtc3 only provided# by libgcc if configured with -mlong-double-128.# Provide these routines here as well.libm-routines += multc3 divtc3endif # math
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -