Add the __aeabi_*divmod functions to the compiler-rt build

This commit is contained in:
Andrew Turner 2013-01-19 02:28:44 +00:00
parent e2a7ad82f2
commit 79ef2c6406
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245643

View File

@ -181,6 +181,13 @@ SRCS+= ${file}.c
. endif
.endfor
.if ${MACHINE_CPUARCH} == "arm" && ${MK_ARM_EABI} != "no"
SRCS+= aeabi_idivmod.S \
aeabi_ldivmod.S \
aeabi_uidivmod.S \
aeabi_uldivmod.S
.endif
.if ${MACHINE_CPUARCH} != "mips"
. if ${MK_INSTALLLIB} != "no"
SYMLINKS+=libcompiler_rt.a ${LIBDIR}/libgcc.a