Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/llvm/include Install altivec.h for ppc64 too.
details: https://anonhg.NetBSD.org/src/rev/7888905105ff
branches: trunk
changeset: 332074:7888905105ff
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Sep 06 01:02:21 2014 +0000
description:
Install altivec.h for ppc64 too.
diffstat:
external/bsd/llvm/include/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a51f70094946 -r 7888905105ff external/bsd/llvm/include/Makefile
--- a/external/bsd/llvm/include/Makefile Sat Sep 06 00:16:36 2014 +0000
+++ b/external/bsd/llvm/include/Makefile Sat Sep 06 01:02:21 2014 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index