changeset 14:86b81bf76f1a

update gcc download url
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sun, 28 Jul 2019 14:07:23 -0400
parents 72e6729611e1
children 6780bb7fdb6b
files build.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build.sh	Sun Jul 28 14:07:00 2019 -0400
+++ b/build.sh	Sun Jul 28 14:07:23 2019 -0400
@@ -17,7 +17,7 @@
 GDB_TAR="${GDB_DIR}.tar.bz2"
 CMAKE_TAR="${CMAKE_DIR}.tar.gz"
 
-GCC_URL="http://gcc.parentingamerica.com/releases/${GCC_DIR}/${GCC_TAR}"
+GCC_URL="http://mirrors.concertpass.com/gcc/releases/${GCC_DIR}/${GCC_TAR}"
 BINUTILS_URL="http://ftp.gnu.org/gnu/binutils/${BINUTILS_TAR}"
 GMP_URL="http://ftp.gnu.org/gnu/gmp/${GMP_TAR}"
 MPFR_URL="https://www.mpfr.org/${MPFR_DIR}/${MPFR_TAR}"