@@ -180,7 +180,7 @@ function setup_variables() {
180180 GMP=" gmp-6.1.2"
181181 MPFR=" mpfr-4.0.2"
182182 MPC=" mpc-1.1.0"
183- ISL=" isl-0.20 "
183+ ISL=" isl-0.21 "
184184 GLIBC=" glibc-2.29"
185185 LINUX=" 5.0"
186186
@@ -272,7 +272,7 @@ function parse_parameters() {
272272 " gnu:6" ) GCC=gcc-6.5.0 ;;
273273 " gnu:7" ) GCC=gcc-7.4.0 ;;
274274 " gnu:8" ) GCC=gcc-8.3.0 ;;
275- " gnu:9" ) die " GCC 9.0 is currently a WIP so there is no tarball to download! Either use the git repo or choose a new version... " ;;
275+ " gnu:9" ) GCC=gcc-9.1.0 ;;
276276 " linaro:4" ) GCC=linaro-4.9-2017.01
277277 GLIBC=" glibc-2.27"
278278 ISL=" isl-0.17.1" ;;
@@ -283,7 +283,7 @@ function parse_parameters() {
283283 " linaro:7" ) GCC=linaro-snapshot-7.4-2019.01 ;;
284284 # ARM has taken the responsibility from Linaro since 8.x
285285 # See later in this script why it's defined like this
286- " linaro:8" ) GCC=8.2 -2019.01 ;;
286+ " linaro:8" ) GCC=8.3 -2019.03 ;;
287287 " linaro:9" ) die " There's no such thing as Linaro 9.x Clannad..." -h ;;
288288 * ) die " Absent or invalid GCC version or source specified!" -h ;;
289289 esac
@@ -431,7 +431,7 @@ function download_sources() {
431431 elif [[ ${VERSION} -ge 8 ]]; then
432432 if [[ ! -f gcc-arm-src-snapshot-${GCC} .tar.xz ]]; then
433433 header " DOWNLOADING GCC"
434- axel https://developer.arm.com/-/media/Files/downloads/gnu-a/${GCC} /gcc-arm-src-snapshot-${GCC} .tar.xz
434+ axel https://developer.arm.com/-/media/Files/downloads/gnu-a/${GCC} /srcrel/ gcc-arm-src-snapshot-${GCC} .tar.xz
435435 fi
436436 GCC_TAR=gcc-arm-src-snapshot-${GCC} .tar.xz
437437 # Linaro, 7.x and older
0 commit comments