summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-09-02 14:07:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-02 16:06:19 +0200
commit40f8e600c0dcb85ab0b8d79598cb202a85698b6a (patch)
tree0eb2e374e75ef6722fccdaf4e18738b6b1424035
parent73e280e483288375a75b2104ce768a71ab91cd8e (diff)
downloadOSELAS.Toolchain-40f8e600c0dcb85ab0b8d79598cb202a85698b6a.tar.gz
OSELAS.Toolchain-40f8e600c0dcb85ab0b8d79598cb202a85698b6a.tar.xz
newlib: prefer https over ftp
ftp causes problems with some corporate firewalls. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/newlib.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/newlib.make b/rules/newlib.make
index 5d88e55..0565087 100644
--- a/rules/newlib.make
+++ b/rules/newlib.make
@@ -18,7 +18,7 @@ NEWLIB_VERSION := $(call remove_quotes,$(PTXCONF_NEWLIB_DL_VERSION))
NEWLIB_MD5 := $(call remove_quotes,$(PTXCONF_NEWLIB_MD5))
NEWLIB := newlib-$(NEWLIB_VERSION)
NEWLIB_SUFFIX := tar.gz
-NEWLIB_URL := ftp://sourceware.org/pub/newlib/$(NEWLIB).$(NEWLIB_SUFFIX)
+NEWLIB_URL := https://sourceware.org/pub/newlib/$(NEWLIB).$(NEWLIB_SUFFIX)
NEWLIB_SOURCE := $(SRCDIR)/$(NEWLIB).$(NEWLIB_SUFFIX)
NEWLIB_DIR := $(BUILDDIR_DEBUG)/$(NEWLIB)
NEWLIB_BUILDDIR := $(BUILDDIR)/$(NEWLIB)-build