summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-12 09:14:18 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-12 09:14:18 +0000
commitbf082bbd9272262f99a48c807ba289799cfad6ba (patch)
treec3b518b853d8a98f39c58a249064ea7729b88491 /toolchain/gcc/Config.in
parent3d87eafcef33151dc5484c851efe46ffe511735a (diff)
[tolchain/gcc]: use Linaro GCC 4.6 by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30467 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 09d381383..b027953c1 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -3,7 +3,7 @@
choice
prompt "GCC compiler Version" if TOOLCHAINOPTS
default GCC_VERSION_4_4_6 if GCC_DEFAULT_VERSION_4_4_6
- default GCC_VERSION_4_5_LINARO
+ default GCC_VERSION_4_6_LINARO
help
Select the version of gcc you wish to use.