mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
libs/libxx/uClibc++.defs: Download the correct file type.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
4743c089d0
commit
eb621457d0
@@ -21,9 +21,9 @@
|
||||
VERSION=0.2.5
|
||||
|
||||
$(TOPDIR)/include/uClibc++:
|
||||
$(Q) curl -O -L https://git.busybox.net/uClibc++/snapshot/uClibc++-$(VERSION).tar.gz
|
||||
$(Q) tar -xzf uClibc++-$(VERSION).tar.gz
|
||||
$(Q) $(DELFILE) uClibc++-$(VERSION).tar.gz
|
||||
$(Q) curl -O -L https://git.busybox.net/uClibc++/snapshot/uClibc++-$(VERSION).tar.bz2
|
||||
$(Q) tar -xf uClibc++-$(VERSION).tar.bz2
|
||||
$(Q) $(DELFILE) uClibc++-$(VERSION).tar.bz2
|
||||
$(Q) mv uClibc++-$(VERSION) uClibc++
|
||||
$(Q) $(DIRLINK) $(CURDIR)/uClibc++/include $(TOPDIR)/include/uClibc++
|
||||
$(Q) $(COPYFILE) $(CURDIR)/system_configuration.h $(TOPDIR)/include/uClibc++
|
||||
|
||||
Reference in New Issue
Block a user