From 6b822189b11d0abb3a8618f7b9f73a9de50caabd Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Wed, 9 Feb 2022 15:18:45 +0000 Subject: toolchain: binutils: add support for version 2.38 While at it, also fix the download.xs4all.nl and add ftp.gnu.org to the GNU mirrors, as it seems to be updated faster. Deleted (upstreamed): 600-Close_the_file_descriptor.patch [1] [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=5a98fb7513b559e20dfebdbaa2a471afda3b4742 Signed-off-by: Rui Salvaterra --- scripts/download.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/download.pl b/scripts/download.pl index ebb0d7af19..af13c0ae00 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -221,7 +221,8 @@ foreach my $mirror (@ARGV) { push @mirrors, "http://mirror.internode.on.net/pub/gnu/$1"; push @mirrors, "http://mirror.navercorp.com/gnu/$1"; push @mirrors, "ftp://mirrors.rit.edu/gnu/$1"; - push @mirrors, "ftp://download.xs4all.nl/pub/gnu/"; + push @mirrors, "ftp://download.xs4all.nl/pub/gnu/$1"; + push @mirrors, "https://ftp.gnu.org/gnu/$1"; } elsif ($mirror =~ /^\@SAVANNAH\/(.+)$/) { push @mirrors, "https://mirror.netcologne.de/savannah/$1"; push @mirrors, "https://mirror.csclub.uwaterloo.ca/nongnu/$1"; -- cgit v1.2.3