Module Name: src
Committed By: joerg
Date: Fri May 30 18:31:58 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Always use our exception handling code for eARM.
To generate a diff of this commit:
cvs rdiff -u -r1.810 -r1.811 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.810 src/share/mk/bsd.own.mk:1.811
--- src/share/mk/bsd.own.mk:1.810 Fri May 30 18:30:32 2014
+++ src/share/mk/bsd.own.mk Fri May 30 18:31:58 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.810 2014/05/30 18:30:32 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.811 2014/05/30 18:31:58 joerg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -98,7 +98,7 @@ HAVE_LIBGCC?= yes
.endif
# ia64 is not support
-.if ${MKLLVM:Uno} == "yes"
+.if ${MKLLVM:Uno} == "yes" || !empty(MACHINE_ARCH:Mearm*)
HAVE_LIBGCC_EH?= no
.else
HAVE_LIBGCC_EH?= yes