summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-09-02 14:07:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-02 16:06:19 +0200
commit73e280e483288375a75b2104ce768a71ab91cd8e (patch)
treec79e4765b261b3c0f8396af83319458cd760185a
parent8131543876c8b53e43445785f0f598b68581fea6 (diff)
downloadOSELAS.Toolchain-73e280e483288375a75b2104ce768a71ab91cd8e.tar.gz
OSELAS.Toolchain-73e280e483288375a75b2104ce768a71ab91cd8e.tar.xz
cross-gdb: prefer https over ftp
ftp causes problems with some corporate firewalls. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/cross-gdb.make2
1 files changed, 1 insertions, 1 deletions
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