gcc: fix default version selection - fixes missing MPC configure error during toolcha...
authorFelix Fietkau <nbd@openwrt.org>
Tue, 1 Feb 2011 16:57:01 +0000 (16:57 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 1 Feb 2011 16:57:01 +0000 (16:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25283 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/gcc/Config.version

index fe1a757..ad73218 100644 (file)
@@ -44,6 +44,6 @@ if !TOOLCHAINOPTS
                default y if ubicom32
 
        config GCC_VERSION_4_5_1_LINARO
-               default y if sparc
+               default y
 
 endif