libm/newlib: Change the download site to https

Change newlib download site from ftp to more secure https.
This commit is contained in:
SPRESENSE 2023-11-09 20:25:12 +09:00 committed by Xiang Xiao
parent 1fc3de4518
commit 63182d43b9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ ifeq ($(CONFIG_ARCH_CHIP_ESP32),y)
else
NEWLIB_VERSION=4.3.0.20230120
NEWLIB_BASENAME=newlib
NEWLIB_URL_BASE=ftp://sourceware.org/pub/newlib
NEWLIB_URL_BASE=https://sourceware.org/pub/newlib
NEWLIB_TARBALL=$(NEWLIB_BASENAME)-$(NEWLIB_VERSION).tar.gz
endif