diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 16:57:01 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 16:57:01 +0000 |
commit | 80990adbca9e8c80e5e939a21a37a7308ba45f2d (patch) | |
tree | cbf2cd0075271367944b719468587a96beebf904 /toolchain/gcc | |
parent | 890d7a063e9191d1acfd4086534e7e05987cae77 (diff) |
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.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 |