[toolchain/mips]: use gcc 4.4.3 for mips64 targets
authorImre Kaloz <kaloz@openwrt.org>
Wed, 17 Feb 2010 11:07:51 +0000 (11:07 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Wed, 17 Feb 2010 11:07:51 +0000 (11:07 +0000)
SVN-Revision: 19686

toolchain/gcc/Config.in
toolchain/gcc/Config.version

index 18899c9d0fb6eb8e9734ef842ab96a3767a035f0..4012dfddfde3ba17549e058008dca7b77cf15bde 100644 (file)
@@ -8,10 +8,10 @@ choice
        default GCC_VERSION_4_3_3 if TARGET_etrax
        default GCC_VERSION_4_3_3 if TARGET_coldfire
        default GCC_VERSION_4_4_1 if ubicom32
-       default GCC_VERSION_4_4_1 if TARGET_octeon
-       default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !TARGET_octeon
+       default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
        default GCC_VERSION_4_3_3_CS if (arm || armeb) && !TARGET_gemini
        default GCC_VERSION_4_4_3 if powerpc
+       default GCC_VERSION_4_4_3 if (TARGET_octeon || TARGET_sibyte)
        default GCC_VERSION_4_1_2
        help
          Select the version of gcc you wish to use.
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