Skip to content

Commit

Permalink
libm/newlib: Change the download site to https
Browse files Browse the repository at this point in the history
Change newlib download site from ftp to more secure https.
  • Loading branch information
SPRESENSE committed Nov 10, 2023
1 parent 1871831 commit 51f59ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libm/newlib/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 51f59ab

Please sign in to comment.