summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-21 20:27:15 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-21 20:27:15 +0000
commit46133b05e3bb29f28a00d3fddfb5994027593825 (patch)
tree134de32686ea12d1e27dfcbdb25d060188d9e041 /toolchain/gcc/common.mk
parent92c569024302423fed81d681671fc0572bb1f1e7 (diff)
[toolchain] gcc: remove support for 4.7.0
There are no good reasons for keeping this version around when 4.7.2 and 4.7-linaro are there. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34296 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r--toolchain/gcc/common.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 924ed90a6..86394ca83 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -72,9 +72,6 @@ else
ifeq ($(PKG_VERSION),4.6.3)
PKG_MD5SUM:=773092fe5194353b02bb0110052a972e
endif
- ifeq ($(PKG_VERSION),4.7.0)
- PKG_MD5SUM:=2a0f1d99fda235c29d40b561f81d9a77
- endif
ifeq ($(PKG_VERSION),4.7.2)
PKG_MD5SUM:=cc308a0891e778cfda7a151ab8a6e762
endif