From: Michael Tremer Date: Sat, 18 Jul 2009 11:51:03 +0000 (+0200) Subject: Make an own iceccd-toolchain for each target. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd75456d567ad714a23d8c01760cd69550ed343b;p=ipfire-3.x.git Make an own iceccd-toolchain for each target. --- diff --git a/tools/make-cluster b/tools/make-cluster index 9e02e4d10..d2f58baa4 100644 --- a/tools/make-cluster +++ b/tools/make-cluster @@ -87,7 +87,7 @@ function icecc_enable() { function icecc_use() { local stage=${1} local options - local file=${TOOLS_DIR}/${SNAME}-${TOOLCHAINVERSION}-${stage}.tar.gz + local file=${TOOLS_DIR}/${SNAME}-${TOOLCHAINVERSION}-${stage}-${TARGET}.tar.gz case "${stage}" in toolchain)