libm/newlib: Change the download site to https
Change newlib download site from ftp to more secure https.
This commit is contained in:
parent
1fc3de4518
commit
63182d43b9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue