Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern/arch/mips mipsn64* is native 64
details: https://anonhg.NetBSD.org/src/rev/6f954b012539
branches: trunk
changeset: 1020774:6f954b012539
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 25 15:12:02 2021 +0000
description:
mipsn64* is native 64
diffstat:
sys/rump/librump/rumpkern/arch/mips/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 275a5b5d1441 -r 6f954b012539 sys/rump/librump/rumpkern/arch/mips/Makefile.inc
--- a/sys/rump/librump/rumpkern/arch/mips/Makefile.inc Sun Apr 25 15:11:28 2021 +0000
+++ b/sys/rump/librump/rumpkern/arch/mips/Makefile.inc Sun Apr 25 15:12:02 2021 +0000
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.3 2015/04/22 20:10:56 pooka Exp $
+# $NetBSD: Makefile.inc,v 1.4 2021/04/25 15:12:02 christos Exp $
+.if empty(MACHINE_ARCH:Mmipsn64*)
CPPFLAGS+= -DARCH_ELFSIZE=32
+.endif
.PATH: ${RUMPTOP}/librump/rumpkern/arch/generic
SRCS+= rump_generic_abi.c
Home |
Main Index |
Thread Index |
Old Index