Bug 1429918 - Adjust the MPC download url. r=nalexander draft
authorMike Hommey <mh+mozilla@glandium.org>
Fri, 12 Jan 2018 06:58:34 +0900
changeset 719316 0374e6ac838c65c7d8e621bddfcdc102d372dc01
parent 718845 4db166f0442dddc5b9011c722d7499501fedf283
child 745761 87fdcd57dff10a5b56ed64f11cd200261d5efb3b
push id95220
push userbmo:mh+mozilla@glandium.org
push dateThu, 11 Jan 2018 22:41:16 +0000
reviewersnalexander
bugs1429918
milestone59.0a1
Bug 1429918 - Adjust the MPC download url. r=nalexander
build/unix/build-gcc/build-gcc.sh
--- a/build/unix/build-gcc/build-gcc.sh
+++ b/build/unix/build-gcc/build-gcc.sh
@@ -44,17 +44,17 @@ prepare() {
     mpfr-*.tar.*)
       # If download_prerequisites wants 2.4.2, use 3.1.5 instead.
       file=${file/2.4.2/3.1.5}
       download_and_check http://www.mpfr.org/${file%.tar.*} $file.asc
       ;;
     mpc-*.tar.*)
       # If download_prerequisites wants 0.8.1, use 0.8.2 instead.
       file=${file/0.8.1/0.8.2}
-      download_and_check http://www.multiprecision.org/mpc/download $file.asc
+      download_and_check http://www.multiprecision.org/downloads $file.asc
       ;;
     *)
       download $(dirname $url) $file
       ;;
     esac
     tar xaf $TMPDIR/$file
     ln -sf ${file%.tar.*} ${file%-*}
   done