Mark unwinding as supported for eARM.

This commit is contained in:
joerg 2014-05-16 00:19:00 +00:00
parent 718b124a41
commit d47b3f5c30
1 changed files with 5 additions and 1 deletions

View File

@ -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