Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Don't force all MALTA kernels to be co...
details: https://anonhg.NetBSD.org/src/rev/7e01b18cbba5
branches: trunk
changeset: 378915:7e01b18cbba5
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Apr 29 08:47:26 2021 +0000
description:
Don't force all MALTA kernels to be compiled with -mips64 when they
also support MIPS32-only CPU configs.
diffstat:
sys/arch/evbmips/conf/std.malta | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 2dc0762cd1cb -r 7e01b18cbba5 sys/arch/evbmips/conf/std.malta
--- a/sys/arch/evbmips/conf/std.malta Thu Apr 29 08:45:29 2021 +0000
+++ b/sys/arch/evbmips/conf/std.malta Thu Apr 29 08:47:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.malta,v 1.9 2019/04/11 04:28:17 simonb Exp $
+# $NetBSD: std.malta,v 1.10 2021/04/29 08:47:26 simonb Exp $
machine evbmips mips
include "conf/std" # MI standard options
@@ -11,8 +11,6 @@ options MIPS_MALTA
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
-makeoptions CFLAGS+="-mips64"
-makeoptions AFLAGS+="-mips64"
makeoptions DEFTEXTADDR="0x80100000"
makeoptions BOARDTYPE="malta"
makeoptions NEED_SREC=yes
Home |
Main Index |
Thread Index |
Old Index