diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-07-19 13:26:34 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-07-19 13:26:34 +0800 |
commit | 73065c7f277e968a8938752ebf38e916cf55a5dd (patch) | |
tree | 42fc99675d170ca010eca8496b66539b7ddf8a85 /scripts/functions | |
parent | 899e015abf8c70088e8b67e87586ae81f305711c (diff) | |
download | crosstool-ng-master.tar.gz crosstool-ng-master.tar.bz2 crosstool-ng-master.zip |
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions index 9ee0391b..cd15f39b 100644 --- a/scripts/functions +++ b/scripts/functions @@ -1780,6 +1780,7 @@ CT_Mirrors() case "${org}" in GNU) + echo "https://mirrors.tuna.tsinghua.edu.cn/gnu/${project}" echo "https://ftpmirror.gnu.org/gnu/${project}" echo "http://ftpmirror.gnu.org/gnu/${project}" echo "https://ftp.gnu.org/gnu/${project}" |