Module Name: src
Committed By: joerg
Date: Sat May 17 23:32:32 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Use compiler-rt in libc for Clang on NetBSD/ARM as well.
To generate a diff of this commit:
cvs rdiff -u -r1.805 -r1.806 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.805 src/share/mk/bsd.own.mk:1.806
--- src/share/mk/bsd.own.mk:1.805 Sat May 17 23:31:57 2014
+++ src/share/mk/bsd.own.mk Sat May 17 23:32:32 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.805 2014/05/17 23:31:57 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.806 2014/05/17 23:32:32 joerg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -88,6 +88,7 @@ EXTERNAL_GCC_SUBDIR= /does/not/exist
.endif
.if !empty(MACHINE_ARCH:Mearm*)
+_LIBC_COMPILER_RT.${MACHINE_ARCH}= yes
_LIBC_UNWIND_SUPPORT.${MACHINE_ARCH}= yes
.endif