Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Pass -mfix-loongson2f-jump -mfix-loong...
details: https://anonhg.NetBSD.org/src/rev/6df04fef33fc
branches: trunk
changeset: 767890:6df04fef33fc
user: matt <matt%NetBSD.org@localhost>
date: Tue Aug 02 16:12:44 2011 +0000
description:
Pass -mfix-loongson2f-jump -mfix-loongson2f-nop to assembler to workaround
loongson2f j[la]r issues.
diffstat:
sys/arch/evbmips/conf/std.gdium | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 46d680c13c7d -r 6df04fef33fc sys/arch/evbmips/conf/std.gdium
--- a/sys/arch/evbmips/conf/std.gdium Tue Aug 02 16:11:16 2011 +0000
+++ b/sys/arch/evbmips/conf/std.gdium Tue Aug 02 16:12:44 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.gdium,v 1.4 2009/10/21 21:11:59 rmind Exp $
+# $NetBSD: std.gdium,v 1.5 2011/08/02 16:12:44 matt Exp $
machine evbmips mips
include "conf/std" # MI standard options
@@ -15,6 +15,8 @@
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
+makeoptions AFLAGS+="-Wa,-mfix-loongson2f-jump -Wa,-mfix-loongson2f-nop"
+makeoptions CFLAGS+="-Wa,-mfix-loongson2f-jump -Wa,-mfix-loongson2f-nop"
makeoptions DEFTEXTADDR="0x80200000"
makeoptions BOARDTYPE="gdium"
Home |
Main Index |
Thread Index |
Old Index