Module Name:    src
Committed By:   joerg
Date:           Sun Mar 16 13:34:33 UTC 2014

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
libunwind supports PowerPC.


To generate a diff of this commit:
cvs rdiff -u -r1.786 -r1.787 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.786 src/share/mk/bsd.own.mk:1.787
--- src/share/mk/bsd.own.mk:1.786	Wed Mar 12 01:49:58 2014
+++ src/share/mk/bsd.own.mk	Sun Mar 16 13:34:33 2014
@@ -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 @@ HAVE_LIBGCC?=	yes
 .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

Reply via email to