Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: README
===================================================================
--- README	(nonexistent)
+++ README	(revision 5)
@@ -0,0 +1,42 @@
+
+/* begin *
+
+   Various upstream patches:
+
+     binutils-2.39-cleansweep.patch
+     binutils-2.39-copy-osabi.patch
+     binutils-2.39-sec-merge-omit.patch
+
+   Various regression fixes:
+
+     binutils-2.39-aarch64-ifunc.patch
+     binutils-2.39-not-link-static-libstdc++.patch
+     binutils-2.39-fname-in-error-messages.patch       - strongly after binutils-2.39-readelf-other-sym-info.patch
+     binutils-2.39-gold-i386-gnu-property-notes.patch
+     binutils-2.39-gold-mismatched-section-flags.patch
+     binutils-2.39-gold-warn-unsupported.patch
+     binutils-2.39-readelf-other-sym-info.patch
+     binutils-2.39-revert-PLT-elision.patch
+     binutils-2.39-special-sections-in-groups.patch    - strongly after binutils-2.39-copy-osabi.patch
+     binutils-2.39-testsuite-failures.patch
+
+
+   binutils-2.39-export-demangle.patch                 - Export the demangle.h header file;
+   binutils-2.39-no-config-check.patch                 - Don't check to see if 'config.h' was included in the installed headers;
+   binutils-2.39-ldforcele.patch                       - use LD_FORCE_LE environment variable;
+   binutils-2.39-libtool-lib64.patch                   - Work around a bug caused by binutils using an ancient libtool;
+
+   README.TXT                                          - this file.
+
+
+   NOTE:
+   ====
+      On ppc64 and aarch64, we might use 64KiB pages. Following command can be used
+      to set common page size to 64KiB:
+
+      sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*ppc.c
+      sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*aarch64.c
+      sed -i -e '/common_pagesize/s/4 /64 /' gold/powerpc.cc
+      sed -i -e '/pagesize/s/0x1000,/0x10000,/' gold/aarch64.cc
+
+ * end */
Index: .
===================================================================
--- .	(nonexistent)
+++ .	(revision 5)

Property changes on: .
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,80 ##
+
+# Target build dirs
+.noarch
+.host
+
+.arm32-newlib
+.a33xx-newlib
+.a9xx-newlib
+.h5-newlib
+.s9xx-newlib
+.rk33xx-newlib
+.m1000-newlib
+.riscv64-newlib
+.at91sam7s-newlib
+
+.a1x-glibc
+.a2x-glibc
+.a311x-glibc
+.h3-glibc
+.h5-glibc
+.imx6-glibc
+.imx6ull-glibc
+.jz47xx-glibc
+.p5600-glibc
+.m1000-glibc
+.omap543x-glibc
+.am335x-glibc
+.rk328x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.a9xx-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.a33xx-glibc
+.power8-glibc
+.power9-glibc
+.power8le-glibc
+.power9le-glibc
+.riscv64-glibc
+.i586-glibc
+.i686-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.src_requires
+.src_requires_depend
+.dist
+
+# Destinations
+dist
+
+
+# Tarballs
+*.gz
+*.bz2
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Text files
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# Object Files
+*.[ao]
+
+# backup copies
+*~