X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9ed36a8533f2e3e0c9fc020487377c473927e5c3..99a212a2565ed4c256d86645d14ff7064f284f2d:/toolchain/gcc/common.mk?ds=sidebyside diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index bc3d4c94e..59010b586 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 ifdef CONFIG_GCC_VERSION_4_5_1_LINARO - PKG_REV:=4.5-2010.10-0 + PKG_REV:=4.5-2010.11-1 PKG_VERSION:=4.5.2 - PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/4.5/4.5-2010.10-0/+download/ + PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/4.5/4.5-2010.11-0/+download/ PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.bz2 - PKG_MD5SUM:=39bb0627bb937af78c983e7066ca7f75 + PKG_MD5SUM:=9e18a60d2c5ae4f3338814aabf80bb90 GCC_DIR:=gcc-linaro-$(PKG_REV) HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR) else @@ -60,7 +60,7 @@ else ifeq ($(PKG_VERSION),4.3.5) PKG_MD5SUM:=e588cfde3bf323f82918589b94f14a15 endif - ifeq ($(PKG_VERSION),4,4,1) + ifeq ($(PKG_VERSION),4.4.1) PKG_MD5SUM:=927eaac3d44b22f31f9c83df82f26436 endif ifeq ($(PKG_VERSION),4.4.5)