This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/releases/10.0 by this push: new 0c2f2f2 libxx: Switch the package downloading from 11.0.0.rc1 to 11.0.0 0c2f2f2 is described below commit 0c2f2f26d750019eb0ecbb445caea49322c31a9d Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Tue Oct 13 00:26:36 2020 +0800 libxx: Switch the package downloading from 11.0.0.rc1 to 11.0.0 Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- libs/libxx/libcxx.defs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libxx/libcxx.defs b/libs/libxx/libcxx.defs index c0c3804..82c9179 100644 --- a/libs/libxx/libcxx.defs +++ b/libs/libxx/libcxx.defs @@ -21,10 +21,10 @@ VERSION=11.0.0 $(TOPDIR)/include/libcxx: - $(Q) wget https://github.com/llvm/llvm-project/releases/download/llvmorg-$(VERSION)-rc1/libcxx-$(VERSION)rc1.src.tar.xz - $(Q) tar -xf libcxx-$(VERSION)rc1.src.tar.xz - $(Q) $(DELFILE) libcxx-$(VERSION)rc1.src.tar.xz - $(Q) mv libcxx-$(VERSION)rc1.src libcxx + $(Q) wget https://github.com/llvm/llvm-project/releases/download/llvmorg-$(VERSION)/libcxx-$(VERSION).src.tar.xz + $(Q) tar -xf libcxx-$(VERSION).src.tar.xz + $(Q) $(DELFILE) libcxx-$(VERSION).src.tar.xz + $(Q) mv libcxx-$(VERSION).src libcxx $(Q) patch -p0 < 0001-libcxx-Port-to-NuttX-https-nuttx.apache.org-RTOS.patch $(Q) $(DIRLINK) $(CURDIR)/libcxx/include $(TOPDIR)/include/libcxx