[gcc r16-7337] contrib/download_prerequisites: Switch gcc.gnu.org link to https
Torbjorn Svensson
azoff@gcc.gnu.org
Thu Feb 5 16:14:27 GMT 2026
https://gcc.gnu.org/g:638fe9a49a2874e91d6fb56f796b707f0970c0c5
commit r16-7337-g638fe9a49a2874e91d6fb56f796b707f0970c0c5
Author: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Date: Thu Feb 5 14:55:43 2026 +0100
contrib/download_prerequisites: Switch gcc.gnu.org link to https
contrib/ChangeLog:
* download_prerequisites: Switch gcc.gnu.org link to https
Diff:
---
contrib/download_prerequisites | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/download_prerequisites b/contrib/download_prerequisites
index b677e841fda3..de3c8f0582dc 100755
--- a/contrib/download_prerequisites
+++ b/contrib/download_prerequisites
@@ -33,7 +33,7 @@ mpc='mpc-1.3.1.tar.gz'
isl='isl-0.24.tar.bz2'
gettext='gettext-0.22.tar.gz'
-base_url='http://gcc.gnu.org/pub/gcc/infrastructure/'
+base_url='https://gcc.gnu.org/pub/gcc/infrastructure/'
echo_archives() {
echo "${gettext}"
More information about the Gcc-cvs
mailing list