Module Name: src
Committed By: joerg
Date: Sat Jan 18 21:27:11 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
ARM needs __clear_cache.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/compiler_rt/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/compiler_rt/Makefile.inc
diff -u src/lib/libc/compiler_rt/Makefile.inc:1.12 src/lib/libc/compiler_rt/Makefile.inc:1.13
--- src/lib/libc/compiler_rt/Makefile.inc:1.12 Sat Jan 18 21:26:46 2014
+++ src/lib/libc/compiler_rt/Makefile.inc Sat Jan 18 21:27:11 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.12 2014/01/18 21:26:46 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.13 2014/01/18 21:27:11 joerg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
@@ -188,6 +188,8 @@ GENERIC_SRCS+= \
aeabi_uidivmod.S \
aeabi_uldivmod.S
.endif
+GENERIC_SRCS+= \
+ clear_cache.c
# Not yet, overlaps with softfloat
# aeabi_dcmp.S \
# aeabi_fcmp.S