Author: andrew Date: Wed Feb 6 00:01:28 2013 New Revision: 246372 URL: http://svnweb.freebsd.org/changeset/base/246372
Log: Add the __aeabi_mem* functions to compiler-rt as clang uses them. Modified: head/lib/libcompiler_rt/Makefile Modified: head/lib/libcompiler_rt/Makefile ============================================================================== --- head/lib/libcompiler_rt/Makefile Tue Feb 5 22:54:09 2013 (r246371) +++ head/lib/libcompiler_rt/Makefile Wed Feb 6 00:01:28 2013 (r246372) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"