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)
SVN-Revision: 25283

toolchain/gcc/Config.version

index fe1a7570ab4f44a5e20bee7f34536b9d458cb778..ad7321829143827539692d01b9b22225a0d7dffa 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