summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-02-06 00:01:28 +0000
committerandrew <andrew@FreeBSD.org>2013-02-06 00:01:28 +0000
commit34f6d259a30c45a17229a6742c75eaf1a57452f6 (patch)
tree1100853c4f89897d31c7a1be58e71f05f33abadd /lib/libcompiler_rt
parentf923241b9373157c315e6049fda6f55ede7fdaad (diff)
downloadFreeBSD-src-34f6d259a30c45a17229a6742c75eaf1a57452f6.zip
FreeBSD-src-34f6d259a30c45a17229a6742c75eaf1a57452f6.tar.gz
Add the __aeabi_mem* functions to compiler-rt as clang uses them.
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r--lib/libcompiler_rt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile
index 26ce4f7a..a9daada 100644
--- a/lib/libcompiler_rt/Makefile
+++ b/lib/libcompiler_rt/Makefile
@@ -188,6 +188,10 @@ SRCS+= ${file}.c
.if ${MACHINE_CPUARCH} == "arm" && ${MK_ARM_EABI} != "no"
SRCS+= aeabi_idivmod.S \
aeabi_ldivmod.S \
+ aeabi_memcmp.S \
+ aeabi_memcpy.S \
+ aeabi_memmove.S \
+ aeabi_memset.S \
aeabi_uidivmod.S \
aeabi_uldivmod.S
.endif
OpenPOWER on IntegriCloud