summaryrefslogtreecommitdiff
path: root/external/apache2
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2021-04-25 15:06:49 +0000
committerchristos <christos@NetBSD.org>2021-04-25 15:06:49 +0000
commit15bcd5081e662f1e0bebebfc5985d0c52d03c6ed (patch)
tree67af432807fe20c27f6487cd614e7f0c1461000a /external/apache2
parent325d75959aa4deb260cf49c648379df5b7790cfc (diff)
MACHINE_CPU is always mips (no functional change)
Diffstat (limited to 'external/apache2')
-rw-r--r--external/apache2/llvm/include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/apache2/llvm/include/Makefile b/external/apache2/llvm/include/Makefile
index 217c2523fe4..82805d6b5b5 100644
--- a/external/apache2/llvm/include/Makefile
+++ b/external/apache2/llvm/include/Makefile
@@ -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