Module Name:    src
Committed By:   joerg
Date:           Sat Sep  6 01:02:21 UTC 2014

Modified Files:
        src/external/bsd/llvm/include: Makefile

Log Message:
Install altivec.h for ppc64 too.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/external/bsd/llvm/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/llvm/include/Makefile
diff -u src/external/bsd/llvm/include/Makefile:1.32 src/external/bsd/llvm/include/Makefile:1.33
--- src/external/bsd/llvm/include/Makefile:1.32	Sun Aug 10 17:34:21 2014
+++ src/external/bsd/llvm/include/Makefile	Sat Sep  6 01:02:21 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.32 2014/08/10 17:34:21 joerg Exp $
+#	$NetBSD: Makefile,v 1.33 2014/09/06 01:02:21 joerg Exp $
 
 .include <bsd.init.mk>
 
@@ -38,7 +38,7 @@ INCS=	__wmmintrin_aes.h \
 	x86intrin.h \
 	xmmintrin.h \
 	xopintrin.h
-.elif ${MACHINE_ARCH} == "powerpc"
+.elif ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64"
 INCS=	altivec.h
 .elif ${MACHINE_CPU} == "arm"
 INCS=	arm_acle.h

Reply via email to