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/1012c17e670e
branches:  trunk
changeset: 961921:1012c17e670e
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 c1ae83237a5e -r 1012c17e670e 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