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

ChangeLog
arch/mips.py

index 1d9b01d07f5bdaeb7c48d8c95c9daaeb4f5762a9..9578ccaa19790635539adbe2ccee112a3247ff8b 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 9dbd23bf7e0625d19e02b1d560d807f2b3b9d2af..e8107be2f5148dc7c3e8f7e8ed94b1a7fa0c10b0 100644 (file)
@@ -104,7 +104,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]"