Module Name: src Committed By: simonb Date: Thu Apr 29 08:47:26 UTC 2021
Modified Files: src/sys/arch/evbmips/conf: std.malta Log Message: Don't force all MALTA kernels to be compiled with -mips64 when they also support MIPS32-only CPU configs. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbmips/conf/std.malta Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbmips/conf/std.malta diff -u src/sys/arch/evbmips/conf/std.malta:1.9 src/sys/arch/evbmips/conf/std.malta:1.10 --- src/sys/arch/evbmips/conf/std.malta:1.9 Thu Apr 11 04:28:17 2019 +++ src/sys/arch/evbmips/conf/std.malta Thu Apr 29 08:47:26 2021 @@ -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