diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-13 11:27:58 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-13 11:27:58 +0000 |
commit | 01a424b4f906d1ac6a08261a7e9d2007e221a31d (patch) | |
tree | 2ea0a75600c59905309cae66f18b6d010781a6a1 /toolchain/gcc/common.mk | |
parent | e4589a2e5fdc6c9243e3c5426dca0158fdfc2922 (diff) | |
download | upstream-01a424b4f906d1ac6a08261a7e9d2007e221a31d.tar.gz upstream-01a424b4f906d1ac6a08261a7e9d2007e221a31d.tar.bz2 upstream-01a424b4f906d1ac6a08261a7e9d2007e221a31d.zip |
upgrade to 2011.02, rename patchset directory
SVN-Revision: 25515
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r-- | toolchain/gcc/common.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 43ffb47553..0f22e41021 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -36,12 +36,12 @@ ifdef CONFIG_GCC_VERSION_LLVM PKG_SOURCE_SUBDIR:=$(GCC_DIR) HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR) else -ifeq ($(CONFIG_GCC_VERSION),"4.5.1+l") - PKG_REV:=4.5-2010.12-0 +ifeq ($(CONFIG_GCC_VERSION),"linaro") + PKG_REV:=4.5-2011.02-0 PKG_VERSION:=4.5.2 - PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/4.5/4.5-2010.12-0/+download/ + PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/4.5/4.5-2011.02-0/+download/ PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.bz2 - PKG_MD5SUM:=a01e511fd1a3b42b54d239b393f740fe + PKG_MD5SUM:=d93199c1296e053f57fcc7888b54d488 GCC_DIR:=gcc-linaro-$(PKG_REV) HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR) else |