libs/libxx/uClibc++.defs: Download the correct file type.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-08-18 17:40:25 +02:00 committed by Xiang Xiao
parent cd0f64d779
commit 0ac02765bd

View File

@ -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++