forked from len0rd/rockbox
Fix download link for the MIPS toolchain.
This commit is contained in:
parent
0662793ca0
commit
3e91ad5df2
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ build() {
|
||||||
|
|
||||||
if (echo $needs_libs | grep -q mpc && test ! -d mpc); then
|
if (echo $needs_libs | grep -q mpc && test ! -d mpc); then
|
||||||
echo "ROCKBOXDEV: Getting MPC"
|
echo "ROCKBOXDEV: Getting MPC"
|
||||||
getfile "mpc-0.8.1.tar.gz" "http://www.multiprecision.org/mpc/download"
|
getfile "mpc-0.8.1.tar.gz" "http://www.multiprecision.org/downloads"
|
||||||
tar xzf $dlwhere/mpc-0.8.1.tar.gz
|
tar xzf $dlwhere/mpc-0.8.1.tar.gz
|
||||||
ln -s mpc-0.8.1 mpc
|
ln -s mpc-0.8.1 mpc
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue