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/f3c0c547c6c9
branches:  trunk
changeset: 961917:f3c0c547c6c9
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 f572b43696d0 -r f3c0c547c6c9 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 @@
 .  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