summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-06 10:07:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-06 10:07:07 +0000
commit4077850c7dec26d8b8269fcfe3cf208ce146a8ef (patch)
tree860900c904374dc8b0b84d49c369b0fe836b0219 /toolchain
parent400fb6cadc65746c57b01a8cdec63885f3c3db8c (diff)
downloadmaster-31e0f0ae-4077850c7dec26d8b8269fcfe3cf208ce146a8ef.tar.gz
master-31e0f0ae-4077850c7dec26d8b8269fcfe3cf208ce146a8ef.tar.bz2
master-31e0f0ae-4077850c7dec26d8b8269fcfe3cf208ce146a8ef.zip
gcc: remove 4.6.3 leftovers
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46799
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.version1
-rw-r--r--toolchain/gcc/common.mk3
2 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 4bbcf5d384..9636fca03b 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -8,7 +8,6 @@ config GCC_VERSION_4_8_LINARO
config GCC_VERSION
string
- default "4.6.3" if GCC_VERSION_4_6_3
default "5.2.0" if GCC_VERSION_5
default "4.6-linaro" if GCC_VERSION_4_6_LINARO
default "4.8-linaro" if GCC_VERSION_4_8_LINARO
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 0a148ce97f..cfc702cc26 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -53,9 +53,6 @@ else
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