diff options
Diffstat (limited to 'bootstrap/stage1.sh')
-rw-r--r-- | bootstrap/stage1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/stage1.sh b/bootstrap/stage1.sh index 0453973..93585e2 100644 --- a/bootstrap/stage1.sh +++ b/bootstrap/stage1.sh @@ -35,7 +35,7 @@ cross_tools_binutils () { cross_tools_gcc_static () { cd ${WD} - src "https://www.mpfr.org/mpfr-$MPFR_VER/mpfr-$MPFR_VER.tar.xz" + src "https://ftp.gnu.org/gnu/mpfr/mpfr-$MPFR_VER.tar.xz" src "https://ftp.gnu.org/gnu/gmp/gmp-$GMP_VER.tar.xz" src "https://ftp.gnu.org/gnu/mpc/mpc-$MPC_VER.tar.gz" src "https://ftp.gnu.org/gnu/gcc/gcc-$GCC_VER/gcc-$GCC_VER.tar.xz" |