aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-01 16:57:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-01 16:57:01 +0000
commit960e69aac97dc15c855ecfe20959936ddb900161 (patch)
treecbf2cd0075271367944b719468587a96beebf904 /toolchain/gcc
parent202a7b3712fc195a0d1795a4fe401b0fded7bc77 (diff)
downloadupstream-960e69aac97dc15c855ecfe20959936ddb900161.tar.gz
upstream-960e69aac97dc15c855ecfe20959936ddb900161.tar.bz2
upstream-960e69aac97dc15c855ecfe20959936ddb900161.zip
gcc: fix default version selection - fixes missing MPC configure error during toolchain build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25283 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Config.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index fe1a7570ab..ad73218291 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -44,6 +44,6 @@ if !TOOLCHAINOPTS
default y if ubicom32
config GCC_VERSION_4_5_1_LINARO
- default y if sparc
+ default y
endif