Module Name: src
Committed By: joerg
Date: Fri May 16 00:19:00 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Mark unwinding as supported for eARM.
To generate a diff of this commit:
cvs rdiff -u -r1.803 -r1.804 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.803 src/share/mk/bsd.own.mk:1.804
--- src/share/mk/bsd.own.mk:1.803 Thu May 8 13:58:34 2014
+++ src/share/mk/bsd.own.mk Fri May 16 00:19:00 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.803 2014/05/08 13:58:34 phx Exp $
+# $NetBSD: bsd.own.mk,v 1.804 2014/05/16 00:19:00 joerg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -93,6 +93,10 @@ HAVE_LIBGCC?= no
HAVE_LIBGCC?= yes
.endif
+.if !empty(MACHINE_ARCH:Mearm*)
+_LIBC_UNWIND_SUPPORT.${MACHINE_ARCH}= yes
+.endif
+
_LIBC_UNWIND_SUPPORT.alpha= yes
_LIBC_UNWIND_SUPPORT.hppa= yes
_LIBC_UNWIND_SUPPORT.i386= yes