Add the __aeabi_mem* functions to compiler-rt as clang uses them.
This commit is contained in:
parent
eaf7719957
commit
d74bcf9d9f
@ -188,6 +188,10 @@ SRCS+= ${file}.c
|
|||||||
.if ${MACHINE_CPUARCH} == "arm" && ${MK_ARM_EABI} != "no"
|
.if ${MACHINE_CPUARCH} == "arm" && ${MK_ARM_EABI} != "no"
|
||||||
SRCS+= aeabi_idivmod.S \
|
SRCS+= aeabi_idivmod.S \
|
||||||
aeabi_ldivmod.S \
|
aeabi_ldivmod.S \
|
||||||
|
aeabi_memcmp.S \
|
||||||
|
aeabi_memcpy.S \
|
||||||
|
aeabi_memmove.S \
|
||||||
|
aeabi_memset.S \
|
||||||
aeabi_uidivmod.S \
|
aeabi_uidivmod.S \
|
||||||
aeabi_uldivmod.S
|
aeabi_uldivmod.S
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user