You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/10/12 19:35:49 UTC

[incubator-nuttx] branch master updated: libxx: Switch the package downloading from 11.0.0.rc1 to 11.0.0

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new c67da1d  libxx: Switch the package downloading from 11.0.0.rc1 to 11.0.0
c67da1d is described below

commit c67da1d2b514644719104aea007e79a6e23bf199
Author: Xiang Xiao <xi...@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 <xi...@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