summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-05-23 10:22:09 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-05-23 10:22:09 +0000
commit821bd131d17c82dd700f0612be2ae3fc2e9ce885 (patch)
treee3fc08665538252f5781a77f41cc3952861e2310 /toolchain/gcc/Config.in
parent18b4b27da7ac97d26e49f3708d62f53acfe9ea9f (diff)
gcc: remove version 4.7
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36694 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a926295f7..f87d62792 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"