aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/12.3.0
Commit message (Collapse)AuthorAgeFilesLines
* gcc: Add patch to resolve libsanitizer build issueChris Packham2024-01-301-0/+135
| | | | | | | | | | | | libsanitizer has problems intercepting crypt() and crypt_r() with newer glibcs. Bring in an upstream patch that drops support for these from ASAN. llvm/llvm-project@d7bead8 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111057 Fixes #2083 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* gcc: Bring in upstream fixes for CVE-2023-4039Chris Packham2023-09-1719-0/+3038
| | | | | | | | | Bring in the fixes for GCC 7 through 13. https://rtx.meta.security/mitigation/2023/09/12/CVE-2023-4039.html https://developer.arm.com/Arm%20Security%20Center/GCC%20Stack%20Protector%20Vulnerability%20AArch64 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* gcc: Add 12.3.0Chris Packham2023-05-1413-0/+847
Add gcc 12.3.0 and regenerate patches against the new version. https://gcc.gnu.org/pipermail/gcc-announce/2023/000176.html https://gcc.gnu.org/gcc-12/changes.html Signed-off-by: Chris Packham <judge.packham@gmail.com>