summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/stage1.sh2
-rw-r--r--bootstrap/stage2.sh2
2 files changed, 2 insertions, 2 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"
diff --git a/bootstrap/stage2.sh b/bootstrap/stage2.sh
index c8409b2..4925235 100644
--- a/bootstrap/stage2.sh
+++ b/bootstrap/stage2.sh
@@ -164,7 +164,7 @@ toolchain_binutils () {
}
toolchain_gcc () {
- 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"