From 73e280e483288375a75b2104ce768a71ab91cd8e Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 2 Sep 2019 14:07:28 +0200 Subject: cross-gdb: prefer https over ftp ftp causes problems with some corporate firewalls. Signed-off-by: Michael Olbrich --- rules/cross-gdb.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/cross-gdb.make b/rules/cross-gdb.make index 42c44fc..2a20ba0 100644 --- a/rules/cross-gdb.make +++ b/rules/cross-gdb.make @@ -25,7 +25,7 @@ CROSS_GDB_LICENSE_FILES := $(call remove_quotes,$(PTXCONF_CROSS_GDB_LICENSE_FILE CROSS_GDB_URL := \ $(call ptx/mirror, GNU, gdb/$(CROSS_GDB).$(CROSS_GDB_SUFFIX)) \ - ftp://sourceware.org/pub/gdb/snapshots/current/$(CROSS_GDB).$(CROSS_GDB_SUFFIX) + https://sourceware.org/pub/gdb/snapshots/current/$(CROSS_GDB).$(CROSS_GDB_SUFFIX) # ---------------------------------------------------------------------------- # Prepare -- cgit v1.2.3