From f07504d27192d9f76d782bf04bf10a08644a898c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 23 Jan 2019 13:41:30 +0100 Subject: Use HTTPS instead of FTP FTP is an outdated protocol and blocked by some firewalls. --- rtems/config/tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtems/config/tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1.cfg') diff --git a/rtems/config/tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1.cfg b/rtems/config/tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1.cfg index b35e2ce..d468e66 100644 --- a/rtems/config/tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1.cfg +++ b/rtems/config/tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1.cfg @@ -17,6 +17,6 @@ %define with_plugin 0 %define with_iconv 1 -%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2 +%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2 %include %{_configdir}/gcc-6-1.cfg -- cgit v1.2.3