Source-Changes-HG archive

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

[src/trunk]: src/share/mk Mark unwinding as supported for eARM.



details:   https://anonhg.NetBSD.org/src/rev/73a5735b26cf
branches:  trunk
changeset: 329237:73a5735b26cf
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 16 00:19:00 2014 +0000

description:
Mark unwinding as supported for eARM.

diffstat:

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

diffs (20 lines):

diff -r 060fbe6674b6 -r 73a5735b26cf share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri May 16 00:11:30 2014 +0000
+++ b/share/mk/bsd.own.mk       Fri May 16 00:19:00 2014 +0000
@@ -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?=  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



Home | Main Index | Thread Index | Old Index