libs/libxx/uClibc++.defs: Download the correct file type.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
cd0f64d779
commit
0ac02765bd
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user