mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-06 11:10:46 +00:00
update mpc url for musl-cross patch
This commit is contained in:
parent
a6a5fef57f
commit
ffa857d087
@ -54,8 +54,7 @@ index f76a2ac..9184123 100644
|
|||||||
|
|
||||||
if [ ! -e gcc-$GCC_VERSION/mpc ]
|
if [ ! -e gcc-$GCC_VERSION/mpc ]
|
||||||
then
|
then
|
||||||
- fetchextract http://www.multiprecision.org/mpc/download/ mpc-$MPC_VERSION .tar.gz
|
fetchextract https://ftp.gnu.org/gnu/mpc/ mpc-$MPC_VERSION .tar.gz
|
||||||
+ fetchextract https://ftp.gnu.org/gnu/mpc/ mpc-$MPC_VERSION .tar.gz
|
|
||||||
mv mpc-$MPC_VERSION gcc-$GCC_VERSION/mpc
|
mv mpc-$MPC_VERSION gcc-$GCC_VERSION/mpc
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user