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 PowerPC.



details:   https://anonhg.NetBSD.org/src/rev/c41f9c99ff09
branches:  trunk
changeset: 327767:c41f9c99ff09
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Mar 16 13:34:33 2014 +0000

description:
libunwind supports PowerPC.

diffstat:

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

diffs (17 lines):

diff -r cb0297041494 -r c41f9c99ff09 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Mar 16 13:33:14 2014 +0000
+++ b/share/mk/bsd.own.mk       Sun Mar 16 13:34:33 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.786 2014/03/12 01:49:58 joerg Exp $
+#      $NetBSD: bsd.own.mk,v 1.787 2014/03/16 13:34:33 joerg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -99,6 +99,7 @@
 .endif
 
 _LIBC_UNWIND_SUPPORT.i386=     yes
+_LIBC_UNWIND_SUPPORT.powerpc=  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