Skip to content

Commit

Permalink
Use ftp.gnu.org to download GNU MPC
Browse files Browse the repository at this point in the history
http://www.multiprecision.org/mpc/download/ is down.
We should use the GNU server for downloading the GNU MPC library.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
  • Loading branch information
xypron committed Nov 1, 2020
1 parent 6e5241a commit ff7f9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ gccprereqs() {

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
mv mpc-$MPC_VERSION gcc-$GCC_VERSION/mpc
fi
}
Expand Down

0 comments on commit ff7f9a0

Please sign in to comment.