Module Name:    src
Committed By:   christos
Date:           Sun Apr 25 15:06:49 UTC 2021

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

Log Message:
MACHINE_CPU is always mips (no functional change)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/apache2/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/apache2/llvm/include/Makefile
diff -u src/external/apache2/llvm/include/Makefile:1.1 src/external/apache2/llvm/include/Makefile:1.2
--- src/external/apache2/llvm/include/Makefile:1.1	Mon Nov 11 17:45:02 2019
+++ src/external/apache2/llvm/include/Makefile	Sun Apr 25 11:06:49 2021
@@ -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

Reply via email to