From 2fde13b86906bdb361ef6d0e56cb329c8be44e4d Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 3 Nov 2008 12:16:04 +0100 Subject: [PATCH] * Fix path to gcc for mktoolchain --HG-- extra : convert_revision : 4a333c50d906e64243aa826da1b7cae59ddd5bdb --- helpers/mktoolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/mktoolchain.sh b/helpers/mktoolchain.sh index b5d673ee629..bbd400d1812 100755 --- a/helpers/mktoolchain.sh +++ b/helpers/mktoolchain.sh @@ -57,7 +57,7 @@ fetch_sources() pkg=gcc if [ ! -f $pkg-$GCC_VER.tar.bz2 ]; then echo "Fetching $pkg-$GCC_VER..." - $FETCH_CMD $GNU_URL_BASE/$pkg/$pkg-$GCC_VER.tar.bz2 || exit 1 + $FETCH_CMD $GNU_URL_BASE/$pkg/$pkg-$GCC_VER/$pkg-$GCC_VER.tar.bz2 || exit 1 fi pkg=binutils