From: nbd Date: Wed, 11 Sep 2013 14:28:21 +0000 (+0000) Subject: toolchain/gcc: fix up breakage introduced in r37945 X-Git-Tag: fast2504n-3.10.28-merged~1468 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=f69762cb43853229d870465270393f1fa575d818;p=openwrt.git toolchain/gcc: fix up breakage introduced in r37945 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37946 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index b0470786eb..60b53b7ffa 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -31,15 +31,17 @@ ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro) PKG_VERSION:=4.6.4 PKG_VERSION_MAJOR:=4.6 PKG_MD5SUM:=6b6c6a4faa026edd1193cf6426309039 + PKG_COMP:=bz2 endif ifeq ($(CONFIG_GCC_VERSION),"4.8-linaro") PKG_REV:=4.8-2013.08 PKG_VERSION:=4.8.2 PKG_VERSION_MAJOR:=4.8 PKG_MD5SUM:=668e0f4250e35aff554b66accc9a3105 + PKG_COMP:=xz endif PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/$(PKG_VERSION_MAJOR)/$(PKG_REV)/+download/ - PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.xz + PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.$(PKG_COMP) GCC_DIR:=gcc-linaro-$(PKG_REV) HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR) else