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/9d361a0de999
branches: trunk
changeset: 982740:9d361a0de999
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 f07ce56858a6 -r 9d361a0de999 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 @@
# 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