From 45670d96119c3a483e9571821b6d5e984c2e2f93 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 11 Nov 2021 11:16:09 +0100 Subject: [PATCH] gcc-common.inc: Remove mirrors that are no longer available Also switch to https for https://gcc.gnu.org/pub/gcc/releases/ Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-common.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 0d950e780d..0f70be7dd4 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc @@ -86,11 +86,7 @@ get_tune_parameters[vardepsexclude] = "AVAILTUNES TUNE_CCARGS OVERRIDES TUNE_FEA DEBIANNAME:${MLPREFIX}libgcc = "libgcc1" MIRRORS =+ "\ - ${GNU_MIRROR}/gcc ftp://gcc.gnu.org/pub/gcc/releases/ \ - ${GNU_MIRROR}/gcc ftp://gd.tuwien.ac.at/gnu/gcc/ \ - ${GNU_MIRROR}/gcc http://mirrors.rcn.net/pub/sourceware/gcc/releases/ \ - ${GNU_MIRROR}/gcc http://gcc.get-software.com/releases/ \ - ${GNU_MIRROR}/gcc http://gcc.get-software.com/releases/ \ + ${GNU_MIRROR}/gcc https://gcc.gnu.org/pub/gcc/releases/ \ " # # Set some default values -- 2.40.1