Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/conf Let the compiler/assembler know we compil...



details:   https://anonhg.NetBSD.org/src/rev/8e2bbe6d9a39
branches:  trunk
changeset: 338345:8e2bbe6d9a39
user:      matt <matt%NetBSD.org@localhost>
date:      Tue May 19 07:08:21 2015 +0000

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

diffstat:

 sys/arch/mips/conf/std.octeon |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r ed397b3751b3 -r 8e2bbe6d9a39 sys/arch/mips/conf/std.octeon
--- a/sys/arch/mips/conf/std.octeon     Tue May 19 06:58:52 2015 +0000
+++ b/sys/arch/mips/conf/std.octeon     Tue May 19 07:08:21 2015 +0000
@@ -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        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"



Home | Main Index | Thread Index | Old Index