Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

42 Commits   1 Branch   8 Tags
Index: Makefile
===================================================================
--- Makefile	(revision 16)
+++ Makefile	(revision 17)
@@ -27,7 +27,6 @@
 patches    += $(CURDIR)/patches/binutils-2.40-gold-mismatched-section-flags.patch
 patches    += $(CURDIR)/patches/binutils-2.40-gold-warn-unsupported.patch
 patches    += $(CURDIR)/patches/binutils-2.40-readelf-other-sym-info.patch
-patches    += $(CURDIR)/patches/binutils-2.40-revert-PLT-elision.patch
 patches    += $(CURDIR)/patches/binutils-2.40-special-sections-in-groups.patch
 patches    += $(CURDIR)/patches/binutils-2.40-testsuite-failures.patch
 
@@ -39,9 +38,6 @@
 patches    += $(CURDIR)/patches/binutils-2.40-no-config-check.patch
 patches    += $(CURDIR)/patches/binutils-2.40-sec-merge-emit.patch
 
-
-
-
 .NOTPARALLEL: $(patches)
 
 
@@ -82,7 +78,6 @@
 	 ( cd create-2.40-gold-mismatched-section-flags-patch ; ./create.patch.sh ) ; \
 	 ( cd create-2.40-gold-warn-unsupported-patch         ; ./create.patch.sh ) ; \
 	 ( cd create-2.40-readelf-other-sym-info-patch        ; ./create.patch.sh ) ; \
-	 ( cd create-2.40-revert-PLT-elision-patch            ; ./create.patch.sh ) ; \
 	 ( cd create-2.40-special-sections-in-groups-patch    ; ./create.patch.sh ) ; \
 	 ( cd create-2.40-testsuite-failures-patch            ; ./create.patch.sh ) ; \
 	 ( cd create-2.40-cleansweep-patch                    ; ./create.patch.sh ) ; \