summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-23 11:23:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-23 11:23:19 +0000
commitdbf2ec47a6d94f5899fc3f681f2384ce53526779 (patch)
tree1d293d2666f9928158012a58db1ddb447fa335ee /toolchain
parent720afadc7a5069c6580fd2b5140732565261bebf (diff)
downloadmaster-31e0f0ae-dbf2ec47a6d94f5899fc3f681f2384ce53526779.tar.gz
master-31e0f0ae-dbf2ec47a6d94f5899fc3f681f2384ce53526779.tar.bz2
master-31e0f0ae-dbf2ec47a6d94f5899fc3f681f2384ce53526779.zip
gcc: remove v4.6 relicts
Fixes: commit f17e56eff5b9 ("gcc: remove version 4.6, it is no longer needed") CC: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com> SVN-Revision: 47965
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/common.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 3e4f3ee984..648cd2d5ad 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -28,9 +28,6 @@ GCC_DIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-ifeq ($(PKG_VERSION),4.6.3)
- PKG_MD5SUM:=773092fe5194353b02bb0110052a972e
-endif
ifeq ($(PKG_VERSION),4.8.0)
PKG_MD5SUM:=e6040024eb9e761c3bea348d1fa5abb0
endif
@@ -40,13 +37,6 @@ endif
ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro)
LINARO_RELEASE:=
- ifeq ($(CONFIG_GCC_VERSION),"4.6-linaro")
- PKG_REV:=4.6-2013.05
- PKG_VERSION:=4.6.4
- PKG_VERSION_MAJOR:=4.6
- PKG_MD5SUM:=26b48802ae1203cd99415026fbf56ed7
- PKG_COMP:=bz2
- endif
ifeq ($(CONFIG_GCC_VERSION),"4.8-linaro")
PKG_REV:=4.8-2014.04
PKG_VERSION:=4.8.3