Radix cross Linux Toolchains for ARC architecture

ARC Toolchains for boot loaders components of some SoCs (such as Amlogic System on Chip)

50 Commits   0 Branches   18 Tags   |
Index: GNU/gmp/Makefile
===================================================================
--- GNU/gmp/Makefile	(revision 40)
+++ GNU/gmp/Makefile	(revision 41)
@@ -26,13 +26,13 @@
 $(tarballs):
 	@echo -e "\n======= Downloading source tarballs =======" ; \
 	 for tarball in $(tarballs) ; do \
-	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & \
+	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & \
 	 done ; wait
 
 $(sha1s): $(tarballs)
 	@for sha in $@ ; do \
 	   echo -e "\n======= Downloading '$$sha' signature =======\n" ; \
-	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & wait %1 ; \
+	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & wait %1 ; \
 	   touch $$sha ; \
 	   echo -e "\n======= Check the '$$sha' sha1sum =======\n" ; \
 	   sha1sum --check $$sha ; ret="$$?" ; \
Index: GNU/gmp
===================================================================
--- GNU/gmp	(revision 40)
+++ GNU/gmp	(revision 41)

Property changes on: GNU/gmp
___________________________________________________________________
Modified: svn:ignore
## -1,12 +1,15 ##
 
 # Target build dirs
-.noarch/
-.host/
+.noarch
+.host
 
-.s8xx-newlib/
+.s8xx-newlib
 
 # Hidden files (each file)
 .makefile
+.src_requires
+.src_requires_depend
+.dist
 
 # Tarballs
 *.gz
Index: GNU/mpc/Makefile
===================================================================
--- GNU/mpc/Makefile	(revision 40)
+++ GNU/mpc/Makefile	(revision 41)
@@ -26,13 +26,13 @@
 $(tarballs):
 	@echo -e "\n======= Downloading source tarballs =======" ; \
 	 for tarball in $(tarballs) ; do \
-	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & \
+	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & \
 	 done ; wait
 
 $(sha1s): $(tarballs)
 	@for sha in $@ ; do \
 	   echo -e "\n======= Downloading '$$sha' signature =======\n" ; \
-	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & wait %1 ; \
+	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & wait %1 ; \
 	   touch $$sha ; \
 	   echo -e "\n======= Check the '$$sha' sha1sum =======\n" ; \
 	   sha1sum --check $$sha ; ret="$$?" ; \
Index: GNU/mpc
===================================================================
--- GNU/mpc	(revision 40)
+++ GNU/mpc	(revision 41)

Property changes on: GNU/mpc
___________________________________________________________________
Modified: svn:ignore
## -1,12 +1,15 ##
 
 # Target build dirs
-.noarch/
-.host/
+.noarch
+.host
 
-.s8xx-newlib/
+.s8xx-newlib
 
 # Hidden files (each file)
 .makefile
+.src_requires
+.src_requires_depend
+.dist
 
 # Tarballs
 *.gz
Index: GNU/mpfr/Makefile
===================================================================
--- GNU/mpfr/Makefile	(revision 40)
+++ GNU/mpfr/Makefile	(revision 41)
@@ -26,13 +26,13 @@
 $(tarballs):
 	@echo -e "\n======= Downloading source tarballs =======" ; \
 	 for tarball in $(tarballs) ; do \
-	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & \
+	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & \
 	 done ; wait
 
 $(sha1s): $(tarballs)
 	@for sha in $@ ; do \
 	   echo -e "\n======= Downloading '$$sha' signature =======\n" ; \
-	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & wait %1 ; \
+	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & wait %1 ; \
 	   touch $$sha ; \
 	   echo -e "\n======= Check the '$$sha' sha1sum =======\n" ; \
 	   sha1sum --check $$sha ; ret="$$?" ; \
Index: GNU/mpfr
===================================================================
--- GNU/mpfr	(revision 40)
+++ GNU/mpfr	(revision 41)

Property changes on: GNU/mpfr
___________________________________________________________________
Modified: svn:ignore
## -1,12 +1,15 ##
 
 # Target build dirs
-.noarch/
-.host/
+.noarch
+.host
 
-.s8xx-newlib/
+.s8xx-newlib
 
 # Hidden files (each file)
 .makefile
+.src_requires
+.src_requires_depend
+.dist
 
 # Tarballs
 *.gz
Index: binutils/Makefile
===================================================================
--- binutils/Makefile	(revision 40)
+++ binutils/Makefile	(revision 41)
@@ -28,13 +28,13 @@
 $(tarballs):
 	@echo -e "\n======= Downloading source tarballs =======" ; \
 	 for tarball in $(tarballs) ; do \
-	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & \
+	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & \
 	 done ; wait
 
 $(sha1s): $(tarballs)
 	@for sha in $@ ; do \
 	   echo -e "\n======= Downloading '$$sha' signature =======\n" ; \
-	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & wait %1 ; \
+	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & wait %1 ; \
 	   touch $$sha ; \
 	   echo -e "\n======= Check the '$$sha' sha1sum =======\n" ; \
 	   sha1sum --check $$sha ; ret="$$?" ; \
Index: binutils
===================================================================
--- binutils	(revision 40)
+++ binutils	(revision 41)

Property changes on: binutils
___________________________________________________________________
Modified: svn:ignore
## -1,12 +1,15 ##
 
 # Target build dirs
-.noarch/
-.host/
+.noarch
+.host
 
-.s8xx-newlib/
+.s8xx-newlib
 
 # Hidden files (each file)
 .makefile
+.src_requires
+.src_requires_depend
+.dist
 
 # Tarballs
 *.gz
Index: gcc/Makefile
===================================================================
--- gcc/Makefile	(revision 40)
+++ gcc/Makefile	(revision 41)
@@ -28,13 +28,13 @@
 $(tarballs):
 	@echo -e "\n======= Downloading source tarballs =======" ; \
 	 for tarball in $(tarballs) ; do \
-	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & \
+	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & \
 	 done ; wait
 
 $(sha1s): $(tarballs)
 	@for sha in $@ ; do \
 	   echo -e "\n======= Downloading '$$sha' signature =======\n" ; \
-	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & wait %1 ; \
+	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & wait %1 ; \
 	   touch $$sha ; \
 	   echo -e "\n======= Check the '$$sha' sha1sum =======\n" ; \
 	   sha1sum --check $$sha ; ret="$$?" ; \
Index: gcc
===================================================================
--- gcc	(revision 40)
+++ gcc	(revision 41)

Property changes on: gcc
___________________________________________________________________
Modified: svn:ignore
## -1,12 +1,15 ##
 
 # Target build dirs
-.noarch/
-.host/
+.noarch
+.host
 
-.s8xx-newlib/
+.s8xx-newlib
 
 # Hidden files (each file)
 .makefile
+.src_requires
+.src_requires_depend
+.dist
 
 # Tarballs
 *.gz
Index: newlib/Makefile
===================================================================
--- newlib/Makefile	(revision 40)
+++ newlib/Makefile	(revision 41)
@@ -28,13 +28,13 @@
 $(tarballs):
 	@echo -e "\n======= Downloading source tarballs =======" ; \
 	 for tarball in $(tarballs) ; do \
-	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & \
+	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & \
 	 done ; wait
 
 $(sha1s): $(tarballs)
 	@for sha in $@ ; do \
 	   echo -e "\n======= Downloading '$$sha' signature =======\n" ; \
-	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) -i & wait %1 ; \
+	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) & wait %1 ; \
 	   touch $$sha ; \
 	   echo -e "\n======= Check the '$$sha' sha1sum =======\n" ; \
 	   sha1sum --check $$sha ; ret="$$?" ; \
Index: newlib
===================================================================
--- newlib	(revision 40)
+++ newlib	(revision 41)

Property changes on: newlib
___________________________________________________________________
Modified: svn:ignore
## -1,12 +1,15 ##
 
 # Target build dirs
-.noarch/
-.host/
+.noarch
+.host
 
-.s8xx-newlib/
+.s8xx-newlib
 
 # Hidden files (each file)
 .makefile
+.src_requires
+.src_requires_depend
+.dist
 
 # Tarballs
 *.gz