mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 02:39:59 +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 ]
|
||||
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
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user