aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/11.4.0/0030-Remove-crypt-and-crypt_r-interceptors.patch
Commit message (Collapse)AuthorAgeFilesLines
* gcc: Add 11.5Chris Packham2024-07-291-135/+0
| | | | | | | | https://gcc.gnu.org/pipermail/gcc-announce/2024/000183.html Add the new version drop the patches that have been applied upstream. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* 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>