makefile

来自「linux下的C语言库源码有一百多M解压后很不错」· 代码 · 共 22 行

TXT
22
字号
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 + =
减小字号Ctrl + -
显示快捷键?