Module Name:    src
Committed By:   matt
Date:           Tue May 19 07:08:21 UTC 2015

Modified Files:
        src/sys/arch/mips/conf: std.octeon

Log Message:
Let the compiler/assembler know we compiling for octeon.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/conf/std.octeon

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/mips/conf/std.octeon
diff -u src/sys/arch/mips/conf/std.octeon:1.1 src/sys/arch/mips/conf/std.octeon:1.2
--- src/sys/arch/mips/conf/std.octeon:1.1	Wed Apr 29 08:32:00 2015
+++ src/sys/arch/mips/conf/std.octeon	Tue May 19 07:08:21 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: std.octeon,v 1.1 2015/04/29 08:32:00 hikaru Exp $
+#	$NetBSD: std.octeon,v 1.2 2015/05/19 07:08:21 matt Exp $
 
 machine evbmips mips
 include 	"conf/std"	# MI standard options
@@ -16,8 +16,8 @@ options 	EXEC_ELF64	# exec ELF64 binarie
 options 	COMPAT_NETBSD32
 options 	EXEC_SCRIPT	# exec #! scripts
 
-makeoptions	CFLAGS+="-mips64r2"
-makeoptions	AFLAGS+="-mips64r2"
+makeoptions	CFLAGS+="-mips64r2 -march=octeon"
+makeoptions	AFLAGS+="-mips64r2 -march=octeon"
 # There is uboot's boot info around 0x100000.
 makeoptions	DEFTEXTADDR="0x80200000"
 makeoptions	BOARDTYPE="octeon"

Reply via email to