From d74bcf9d9f2cfc2f133ef189a7014aafcd5899e2 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Wed, 6 Feb 2013 00:01:28 +0000 Subject: [PATCH] Add the __aeabi_mem* functions to compiler-rt as clang uses them. --- lib/libcompiler_rt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index 26ce4f7aaa3a..a9daada4742f 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