[backfire] cleanup: remove unsupported "octeon" target
[openwrt-10.03/.git] / toolchain / gcc / Config.in
index a08b8125a7e222eed22096c2e9595d3498035b83..b9d30ac04091a8d071134b1701014e9e7f619d95 100644 (file)
@@ -6,10 +6,9 @@ choice
        default GCC_VERSION_4_2_4 if avr32
        default GCC_VERSION_4_3_3 if powerpc64
        default GCC_VERSION_4_4_1 if ubicom32
-       default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon)
+       default GCC_VERSION_4_3_3_CS if (mips || mipsel)
        default GCC_VERSION_4_3_3_CS if (arm || armeb)
        default GCC_VERSION_4_4_3 if powerpc
-       default GCC_VERSION_4_4_3 if (TARGET_octeon)
        default GCC_VERSION_4_1_2
        help
            Select the version of gcc you wish to use.