* Fix path to gcc for mktoolchain
--HG-- extra : convert_revision : 4a333c50d906e64243aa826da1b7cae59ddd5bdb
This commit is contained in:
parent
83e4088313
commit
2fde13b869
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue