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/cb43e1e24ede
branches:  trunk
changeset: 962049:cb43e1e24ede
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 0287438ba339 -r cb43e1e24ede 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        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