X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=toolchain%2Fgcc%2Fcommon.mk;h=f0e22bf895d3e581bede2e5c6dc5f9fbee69be71;hb=7c4a91b216aeea9e5cc5facfa13a12e2a023fe87;hp=1ef14a87ed8c1f3b4bdf6ac2d553d00bfa55c681;hpb=0b250e312364e230c70e21a05ebea7000edb14c8;p=openwrt%2Fstaging%2Fmkresin.git diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 1ef14a87ed..f0e22bf895 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),"linaro") - PKG_REV:=4.5-2011.05-0 + PKG_REV:=4.5-2011.06-0 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:=7ec3e08bc39fe24f3c14006c003f5669 + PKG_MD5SUM:=34562e19a3ea5baf05a2046c7da0a00b GCC_DIR:=gcc-linaro-$(PKG_REV) HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR) else