summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-02-13 11:27:58 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-02-13 11:27:58 +0000
commit01a424b4f906d1ac6a08261a7e9d2007e221a31d (patch)
tree2ea0a75600c59905309cae66f18b6d010781a6a1 /toolchain/gcc/Config.in
parente4589a2e5fdc6c9243e3c5426dca0158fdfc2922 (diff)
downloadmaster-31e0f0ae-01a424b4f906d1ac6a08261a7e9d2007e221a31d.tar.gz
master-31e0f0ae-01a424b4f906d1ac6a08261a7e9d2007e221a31d.tar.bz2
master-31e0f0ae-01a424b4f906d1ac6a08261a7e9d2007e221a31d.zip
upgrade to 2011.02, rename patchset directory
SVN-Revision: 25515
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 019cd164b7..2b42f932df 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -8,7 +8,7 @@ choice
default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
default GCC_VERSION_4_4_5 if (powerpc || ubicom32)
default GCC_VERSION_4_4_5 if (TARGET_omap35xx || TARGET_octeon || TARGET_sibyte)
- default GCC_VERSION_4_5_1_LINARO
+ default GCC_VERSION_LINARO
help
Select the version of gcc you wish to use.
@@ -21,8 +21,8 @@ choice
config GCC_VERSION_4_5_2
bool "gcc 4.5.2"
- config GCC_VERSION_4_5_1_LINARO
- bool "gcc 4.5.1 with Linaro enhancements"
+ config GCC_VERSION_LINARO
+ bool "gcc 4.5.2 with Linaro enhancements"
config GCC_VERSION_LLVM
bool "llvm-gcc 4.2"