mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
libm/newlib: Change the download site to https
Change newlib download site from ftp to more secure https.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user