Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Always use our exception handling code for eARM.



details:   https://anonhg.NetBSD.org/src/rev/6454e758beb6
branches:  trunk
changeset: 796377:6454e758beb6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 30 18:31:58 2014 +0000

description:
Always use our exception handling code for eARM.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 465a245d017b -r 6454e758beb6 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri May 30 18:31:31 2014 +0000
+++ b/share/mk/bsd.own.mk       Fri May 30 18:31:58 2014 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index