Module Name: src
Committed By: matt
Date: Thu Aug 20 06:51:40 UTC 2009
Modified Files:
src/sys/arch/sbmips/conf [matt-nb5-mips64]: std.sbmips
Log Message:
When building sbmips kernels, always use compile with -mips64 -mtune=sb1
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.96.1 src/sys/arch/sbmips/conf/std.sbmips
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/sbmips/conf/std.sbmips
diff -u src/sys/arch/sbmips/conf/std.sbmips:1.5 src/sys/arch/sbmips/conf/std.sbmips:1.5.96.1
--- src/sys/arch/sbmips/conf/std.sbmips:1.5 Sun Dec 11 12:18:51 2005
+++ src/sys/arch/sbmips/conf/std.sbmips Thu Aug 20 06:51:40 2009
@@ -1,14 +1,16 @@
-# $NetBSD: std.sbmips,v 1.5 2005/12/11 12:18:51 christos Exp $
+# $NetBSD: std.sbmips,v 1.5.96.1 2009/08/20 06:51:40 matt Exp $
machine sbmips mips
include "conf/std" # MI standard options
-options MIPS64
-options MIPS64_SB1 # we use an SB1 core
+options MIPS64
+options MIPS64_SB1 # we use an SB1 core
-options EXEC_ELF32 # exec ELF32 binaries
-options EXEC_SCRIPT # exec #! scripts
+options EXEC_ELF32 # exec ELF32 binaries
+options EXEC_SCRIPT # exec #! scripts
+makeoptions CFLAGS+="-mips64 -mtune=sb1"
+makeoptions AFLAGS+="-mips64 -mtune=sb1"
makeoptions DEFTEXTADDR="0x80001000"
include "arch/mips/conf/files.sibyte"