use gcc 4.4.3 for mips64 targets
[openwrt/openwrt.git] / toolchain / gcc / Config.version
index 583f1905959988750479f56630d1b50fedcfde7b..ad133680cc6ce56fd5af7a5a96cf83100391fd8d 100644 (file)
@@ -70,15 +70,15 @@ if !LINUX_2_4
                default y if TARGET_coldfire
 
        config GCC_VERSION_4_3_3_CS
-               default y if (mips || mipsel) && !TARGET_octeon
+               default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
                default y if (arm || armeb) && !TARGET_gemini
 
        config GCC_VERSION_4_4_1
                default y if ubicom32
-               default y if TARGET_octeon
 
        config GCC_VERSION_4_4_3
                default y if powerpc
+               default y if (TARGET_octeon || TARGET_sibyte)
 
 endif
 endif