CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
FS#78: Corrected gcc-static build. Thanks Mike 3.4-aarch64
authorVictor Martinez <pitillo@ono.com>
Mon, 19 Aug 2019 10:49:16 +0000 (12:49 +0200)
committerVictor Martinez <pitillo@ono.com>
Mon, 19 Aug 2019 10:49:16 +0000 (12:49 +0200)
Makefile

index caa6907a0eef5e8c8151a181f08fd6a63984b3c1..8a73eceea233bc9e542b156ca3baa94f95af2e70 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -175,7 +175,7 @@ binutils-distclean: binutils-clean
 
 
 # GCC-STATIC
-$(WORK)/gcc-$(GCC_VERSION).tar.bz2:
+$(WORK)/gcc-$(GCC_VERSION).tar.xz:
        wget -P $(WORK) -c ftp://gcc.gnu.org/pub/gcc/releases/gcc-$(GCC_VERSION)/gcc-$(GCC_VERSION).tar.xz 
 
 $(WORK)/gcc-$(GCC_VERSION): $(WORK)/gcc-$(GCC_VERSION).tar.xz