Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
     5         kx 
     5         kx /* begin *
     5         kx 
     5         kx    NOTE:
     5         kx    ====
    11         kx      glibc-2.37-CVE-2023-25139.patch    - This is a partial fix for mishandling of grouping when formatting
    11         kx                                           integers.  It properly computes the width in presence of grouping
    11         kx                                           characteres when the precision is larger than the number of significant
    11         kx                                           digits.
     5         kx 
    11         kx      glibc-2.37-reenable-DT-HASH.patch  - From e47de5cb2d4dbecb58f569ed241e8e95c568f03c Mon Sep 17 00:00:00 2001
     5         kx                                           From: Florian Weimer <fweimer@redhat.com>
     5         kx                                           Date: Fri, 29 Apr 2022 16:37:51 +0200
     5         kx                                           Subject: [PATCH] Do not use --hash-style=both for building glibc shared
     5         kx                                            objects
     5         kx 
     5         kx                                           The comment indicates that --hash-style=both was used to maintain
     5         kx                                           compatibility with static dlopen, but we had many internal ABI
     5         kx                                           changes since then, so this compatiblity does not add value anymore.
     5         kx 
     5         kx                                           Reviewed-by: Carlos O'Donell <carlos@redhat.com>
     5         kx 
     5         kx  * end */