Module Name: src
Committed By: matt
Date: Sun Aug 23 03:43:33 UTC 2009
Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: std.malta
Log Message:
Compile MALTA with -mmips64
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.94.1 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.5 src/sys/arch/evbmips/conf/std.malta:1.5.94.1
--- src/sys/arch/evbmips/conf/std.malta:1.5 Sun Dec 11 12:17:11 2005
+++ src/sys/arch/evbmips/conf/std.malta Sun Aug 23 03:43:33 2009
@@ -1,4 +1,4 @@
-# $NetBSD: std.malta,v 1.5 2005/12/11 12:17:11 christos Exp $
+# $NetBSD: std.malta,v 1.5.94.1 2009/08/23 03:43:33 matt Exp $
machine evbmips mips
include "conf/std" # MI standard options
@@ -11,6 +11,7 @@
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
+makeoptions CFLAGS+="-mips64"
makeoptions DEFTEXTADDR="0x80100000"
makeoptions BOARDTYPE="malta"