diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-21 20:27:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-21 20:27:15 +0000 |
commit | bca3953ee5f178303ed835f66784a4cb21f7c8cd (patch) | |
tree | 7bf8a5d04ed627dfbaf6ebc8aef999ea8f63a442 /toolchain/gcc/common.mk | |
parent | f1498531c78466ab07c1c2b1cc788f2689e9b18e (diff) | |
download | upstream-bca3953ee5f178303ed835f66784a4cb21f7c8cd.tar.gz upstream-bca3953ee5f178303ed835f66784a4cb21f7c8cd.tar.bz2 upstream-bca3953ee5f178303ed835f66784a4cb21f7c8cd.zip |
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>
SVN-Revision: 34296
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r-- | toolchain/gcc/common.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 924ed90a63..86394ca835 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 |