aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-02-26 14:31:24 +0000
committerLuka Perkov <luka@openwrt.org>2013-02-26 14:31:24 +0000
commita85019072fea12ce396fa740ad8fd0db061669a2 (patch)
tree010dbc6751cbae15ae20075aeba5abb397790fab /toolchain/gcc/Config.version
parenta90b6f7d900a0dab358ecb56dd78c127a8797452 (diff)
downloadupstream-a85019072fea12ce396fa740ad8fd0db061669a2.tar.gz
upstream-a85019072fea12ce396fa740ad8fd0db061669a2.tar.bz2
upstream-a85019072fea12ce396fa740ad8fd0db061669a2.zip
gcc: remove support for 4.6.2
There are no good reasons for keeping this version around when 4.6.3 and 4.6-linaro are there. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35805
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r--toolchain/gcc/Config.version3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index a473430395..9c843630ff 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -14,7 +14,6 @@ config GCC_DEFAULT_VERSION_4_6_LINARO
config GCC_VERSION
string
default "4.4.7" if GCC_VERSION_4_4_7
- default "4.6.2" if GCC_VERSION_4_6_2
default "4.6.3" if GCC_VERSION_4_6_3
default "4.7.2" if GCC_VERSION_4_7_2
default "4.5-linaro" if GCC_VERSION_4_5_LINARO
@@ -33,7 +32,7 @@ config GCC_VERSION_4_5
config GCC_VERSION_4_6
bool
- default y if (GCC_VERSION_4_6_2 || GCC_VERSION_4_6_3 || GCC_VERSION_4_6_LINARO)
+ default y if (GCC_VERSION_4_6_3 || GCC_VERSION_4_6_LINARO)
config GCC_VERSION_4_7
bool