[toolchain]: fixup gcc version selection for the omap35xx target
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Oct 2010 10:29:53 +0000 (10:29 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Oct 2010 10:29:53 +0000 (10:29 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23692 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/gcc/Config.version

index e576569..f1fc025 100644 (file)
@@ -71,7 +71,7 @@ if !TOOLCHAINOPTS
 
        config GCC_VERSION_4_3_3_CS
                default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
-               default y if (arm || armeb) && !TARGET_gemini
+               default y if (arm || armeb) && !(TARGET_gemini || TARGET_omap35xx)
 
        config GCC_VERSION_4_4_1
                default y if ubicom32
This page took 0.024296 seconds and 4 git commands to generate.