diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 16:57:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 16:57:01 +0000 |
commit | e1d823338b9fa119e3326b2d9a52c5997c2e2981 (patch) | |
tree | 571262e56877fe2b3557f4c35ea43dc07b9e4f6a /toolchain | |
parent | 824331a5943c0acfbb7b1fc95116c77092660f1e (diff) | |
download | upstream-e1d823338b9fa119e3326b2d9a52c5997c2e2981.tar.gz upstream-e1d823338b9fa119e3326b2d9a52c5997c2e2981.tar.bz2 upstream-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.version | 2 |
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 |