aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-23 10:22:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-23 10:22:09 +0000
commit7d3fca89c029b62b869e45cdd30c5556ebefe9f6 (patch)
tree4d10f066655249d2cf813d95496d37da918e489c /toolchain/gcc/Config.in
parentba29b8f04f357ef70fe0aa281b5e9952e349f906 (diff)
downloadupstream-7d3fca89c029b62b869e45cdd30c5556ebefe9f6.tar.gz
upstream-7d3fca89c029b62b869e45cdd30c5556ebefe9f6.tar.bz2
upstream-7d3fca89c029b62b869e45cdd30c5556ebefe9f6.zip
gcc: remove version 4.7
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36694
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index a926295f75..f87d627921 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -16,10 +16,6 @@ choice
select GCC_VERSION_4_6_3
bool "gcc 4.6.3"
- config GCC_USE_VERSION_4_7_2
- select GCC_VERSION_4_7_2
- bool "gcc 4.7.2"
-
config GCC_USE_VERSION_4_8_0
select GCC_VERSION_4_8_0
bool "gcc 4.8.0"
@@ -28,10 +24,6 @@ choice
select GCC_VERSION_4_6_LINARO
bool "gcc 4.6.x with Linaro enhancements"
- config GCC_USE_VERSION_4_7_LINARO
- select GCC_VERSION_4_7_LINARO
- bool "gcc 4.7.x with Linaro enhancements"
-
config GCC_USE_VERSION_4_8_LINARO
select GCC_VERSION_4_8_LINARO
bool "gcc 4.8.x with Linaro enhancements"