summaryrefslogtreecommitdiffstats
path: root/toolchain
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
commite1d823338b9fa119e3326b2d9a52c5997c2e2981 (patch)
tree571262e56877fe2b3557f4c35ea43dc07b9e4f6a /toolchain
parent824331a5943c0acfbb7b1fc95116c77092660f1e (diff)
downloadmaster-31e0f0ae-e1d823338b9fa119e3326b2d9a52c5997c2e2981.tar.gz
master-31e0f0ae-e1d823338b9fa119e3326b2d9a52c5997c2e2981.tar.bz2
master-31e0f0ae-e1d823338b9fa119e3326b2d9a52c5997c2e2981.zip
gcc: fix default version selection - fixes missing MPC configure error during toolchain build
SVN-Revision: 25283
Diffstat (limited to 'toolchain')
-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