gcc: revise mirror list

Add an extra one from https://gcc.gnu.org/mirrors.html, and comment out
old ones that don't seem to be keeping up with current releases
This commit is contained in:
sempiternal-aurora
2026-07-15 16:29:38 +12:00
parent ab01f7e3af
commit 8f12d45a14
+6 -3
View File
@@ -53,10 +53,13 @@
];
# GCC
# The commented out ones don't seem to be keeping up with the latest releases
# as of 2026-07-07 they don't have tarballs for 14.4 or 15.3
gcc = [
"https://mirror.koddos.net/gcc/"
"https://bigsearcher.com/mirrors/gcc/"
"ftp://ftp.nluug.nl/mirror/languages/gcc/"
# "https://mirror.koddos.net/gcc/"
# "https://bigsearcher.com/mirrors/gcc/"
"https://mirrorservice.org/sites/sourceware.org/pub/gcc/"
# "ftp://ftp.nluug.nl/mirror/languages/gcc/"
"ftp://ftp.fu-berlin.de/unix/languages/gcc/"
"ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/"
"ftp://gcc.gnu.org/pub/gcc/"