]> git.enpas.org Git - openwrt.git/commitdiff
gcc: fix default version selection - fixes missing MPC configure error during toolcha...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Feb 2011 16:57:01 +0000 (16:57 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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 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