Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

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