diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-04-01 15:46:41 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-04-01 15:46:41 +0000 |
commit | 90dc46f9320cd5723fc2f9bfa557cb125c003e03 (patch) | |
tree | 891a28556818001b3510d506c4d4971764767b69 /toolchain/gcc/common.mk | |
parent | 91d0182a5d8e3bdfa531060146004beaa2663575 (diff) | |
download | upstream-90dc46f9320cd5723fc2f9bfa557cb125c003e03.tar.gz upstream-90dc46f9320cd5723fc2f9bfa557cb125c003e03.tar.bz2 upstream-90dc46f9320cd5723fc2f9bfa557cb125c003e03.zip |
[toolchain/gcc]: drop 4.5 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36149 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r-- | toolchain/gcc/common.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 35ffbf874b..82abc8a02f 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -26,12 +26,6 @@ PKG_VERSION:=$(firstword $(subst +, ,$(GCC_VERSION))) GCC_DIR:=$(PKG_NAME)-$(PKG_VERSION) ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro) - ifeq ($(CONFIG_GCC_VERSION),"4.5-linaro") - PKG_REV:=4.5-2012.03 - PKG_VERSION:=4.5.4 - PKG_VERSION_MAJOR:=4.5 - PKG_MD5SUM:=0c25f93e15e362e352c933e4649a7fc6 - endif ifeq ($(CONFIG_GCC_VERSION),"4.6-linaro") PKG_REV:=4.6-2012.12 PKG_VERSION:=4.6.4 |