* Fix path to gcc for mktoolchain

--HG--
extra : convert_revision : 4a333c50d906e64243aa826da1b7cae59ddd5bdb
This commit is contained in:
pancake 2008-11-03 12:16:04 +01:00
parent 83e4088313
commit 2fde13b869
1 changed files with 1 additions and 1 deletions

View File

@ -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