From: Hauke Mehrtens Date: Thu, 18 Aug 2011 12:07:15 +0000 (+0000) Subject: gcc: update gcc-4.5-linaro to 4.5-2011.08 X-Git-Tag: reboot~16011 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=5f1d6c6c9bf5497934ccb0c150a084ed6a17b49a gcc: update gcc-4.5-linaro to 4.5-2011.08 SVN-Revision: 28039 --- diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 32f2b2b0b5..a24cc8bd8b 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -37,11 +37,11 @@ ifdef CONFIG_GCC_VERSION_LLVM HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR) else ifeq ($(CONFIG_GCC_VERSION),"4.5-linaro") - PKG_REV:=4.5-2011.06-0 + PKG_REV:=4.5-2011.08 PKG_VERSION:=4.5.4 PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/4.5/$(PKG_REV)/+download/ PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.bz2 - PKG_MD5SUM:=34562e19a3ea5baf05a2046c7da0a00b + PKG_MD5SUM:=c3374e210209e35ad1ea175223d3605c GCC_DIR:=gcc-linaro-$(PKG_REV) HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR) else