From 2bfc7824e6bd195c7ff43d1fe8a9da5e6c74aa83 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 24 Jul 2019 20:05:48 +0200 Subject: updated GCC https mirror site Signed-off-by: Toni Uhlig --- build-gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-gcc.sh b/build-gcc.sh index 2d77d80..62ed324 100755 --- a/build-gcc.sh +++ b/build-gcc.sh @@ -22,7 +22,7 @@ if [ ! -x /usr/bin/wget -o ! -x /usr/bin/whiptail ]; then fi BIN_DLSITE="https://ftp.gnu.org/gnu/binutils" -GCC_DLSITE="https://mirrors-usa.go-parts.com/gcc/releases" +GCC_DLSITE="https://bigsearcher.com/mirrors/gcc/releases" CPUCORES=$(cat /proc/cpuinfo | grep -E '^processor' | wc -l) # download choosen binutils version -- cgit v1.2.3