mips.py: fix CFLAGS in loongson class
authorMatt Turner <mattst88@gentoo.org>
Sat, 25 Jun 2011 16:12:32 +0000 (12:12 -0400)
committerMatt Turner <mattst88@gmail.com>
Sat, 25 Jun 2011 16:12:32 +0000 (12:12 -0400)
Clearly never tested

ChangeLog
modules/catalyst/arch/mips.py

index dc7c0e4599d227558be69dffef1ae62be0bf0b26..44aafd907fc27431df55c510692b85cb4ca43f09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 # Distributed under the GPL v2
 # $Id$
 
+  25 Jun 2011; Matt Turner <mattst88@gentoo.org>
+  modules/catalyst/arch/mips.py: fix CFLAGS in loongson class
+
   25 Jun 2011; Matt Turner <mattst88@gentoo.org>
   modules/catalyst/arch/mips.py: Remove ip* classes
 
index c5252b77b833f7d61b59fb2be260183abbc4b41e..aa110595802a8183eb85952b177b606bb06ad6f7 100644 (file)
@@ -103,7 +103,7 @@ class arch_loongson2f(generic_mipsel):
        "Builder class for all Loongson 2F [Little-endian]"
        def __init__(self,myspec):
                generic_mipsel.__init__(self,myspec)
-               self.settings["CFLAGS"]="-O3 -march=loongson2f -mabi=32 -pipe -mplt --Wa,-mfix-loongson2f-nop"
+               self.settings["CFLAGS"]="-O3 -march=loongson2f -mabi=32 -pipe -mplt -Wa,-mfix-loongson2f-nop"
 
 class arch_loongson2f_n32(generic_mipsel):
        "Builder class for all Loongson 2F [Little-endian N32]"