Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump use MACHINE_MIPS64
details: https://anonhg.NetBSD.org/src/rev/aef0d3771332
branches: trunk
changeset: 378744:aef0d3771332
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 25 15:16:56 2021 +0000
description:
use MACHINE_MIPS64
diffstat:
sys/rump/Makefile.rump | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3d7c4ad5f686 -r aef0d3771332 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump Sun Apr 25 15:12:02 2021 +0000
+++ b/sys/rump/Makefile.rump Sun Apr 25 15:16:56 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.131 2021/04/13 22:23:42 christos Exp $
+# $NetBSD: Makefile.rump,v 1.132 2021/04/25 15:16:56 christos Exp $
#
.if !defined(_RUMP_MK)
@@ -33,7 +33,7 @@ CFLAGS+= ${${ACTIVE_CC} == "clang":?
# Define baseline cpu for mips ports, required for
# rumpcomp_sync_icache() hypercall.
.if !empty(MACHINE_ARCH:Mmips*)
-.if !empty(MACHINE_ARCH:Mmips64*)
+.if ${MACHINE_MIPS64}
CPPFLAGS+= -DMIPS64=1
.else
CPPFLAGS+= -DMIPS1=1
Home |
Main Index |
Thread Index |
Old Index