Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/apache2/llvm/include MACHINE_CPU is always mips (no...
details: https://anonhg.NetBSD.org/src/rev/68b1f3d607f1
branches: trunk
changeset: 378739:68b1f3d607f1
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 25 15:06:49 2021 +0000
description:
MACHINE_CPU is always mips (no functional change)
diffstat:
external/apache2/llvm/include/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cd5291cc502c -r 68b1f3d607f1 external/apache2/llvm/include/Makefile
--- a/external/apache2/llvm/include/Makefile Sun Apr 25 14:32:20 2021 +0000
+++ b/external/apache2/llvm/include/Makefile Sun Apr 25 15:06:49 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:02 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/25 15:06:49 christos Exp $
.include <bsd.init.mk>
@@ -101,7 +101,7 @@ INCS= arm_acle.h \
. if ${MACHINE_CPU} == "aarch64"
INCS+= arm64intr.h
. endif
-.elif ${MACHINE_CPU} == "mips" || ${MACHINE_CPU} == "mips64"
+.elif ${MACHINE_CPU} == "mips"
INCS= msa.h
.endif
INCS+= stdatomic.h
Home |
Main Index |
Thread Index |
Old Index