diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-07-24 20:05:48 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-07-24 20:05:48 +0200 |
commit | 2bfc7824e6bd195c7ff43d1fe8a9da5e6c74aa83 (patch) | |
tree | 21c9560942d1924843b85076e44a2b6686f6a3f7 | |
parent | 04dc3d86c18a82474da66d0da698746b0506ef88 (diff) |
updated GCC https mirror site
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rwxr-xr-x | build-gcc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |