Source-Changes-HG archive

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

[src/trunk]: src/share/mk libunwind supports vax now.



details:   https://anonhg.NetBSD.org/src/rev/b123d0bcea83
branches:  trunk
changeset: 327842:b123d0bcea83
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Mar 18 13:10:27 2014 +0000

description:
libunwind supports vax now.

diffstat:

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

diffs (17 lines):

diff -r f16fcbe385eb -r b123d0bcea83 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Mar 18 13:08:15 2014 +0000
+++ b/share/mk/bsd.own.mk       Tue Mar 18 13:10:27 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.789 2014/03/17 07:11:40 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.790 2014/03/18 13:10:27 joerg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -100,6 +100,7 @@
 
 _LIBC_UNWIND_SUPPORT.i386=     yes
 _LIBC_UNWIND_SUPPORT.powerpc=  yes
+_LIBC_UNWIND_SUPPORT.vax=      yes
 _LIBC_UNWIND_SUPPORT.x86_64=   yes
 .if ${MKLLVM:Uno} == "yes" && ${_LIBC_UNWIND_SUPPORT.${MACHINE_ARCH}:Uno} == "yes"
 HAVE_LIBGCC_EH?=       no



Home | Main Index | Thread Index | Old Index