Module Name: src Committed By: christos Date: Sun Apr 25 15:16:56 UTC 2021
Modified Files: src/sys/rump: Makefile.rump Log Message: use MACHINE_MIPS64 To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/sys/rump/Makefile.rump Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/Makefile.rump diff -u src/sys/rump/Makefile.rump:1.131 src/sys/rump/Makefile.rump:1.132 --- src/sys/rump/Makefile.rump:1.131 Tue Apr 13 18:23:42 2021 +++ src/sys/rump/Makefile.rump Sun Apr 25 11:16:56 2021 @@ -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