summaryrefslogtreecommitdiff
path: root/packages/glibc/2.12.1/0050-do-not-use-libgcc_eh.patch
AgeCommit message (Collapse)AuthorFilesLines
2022-02-11glibc-2.12.1: backport a fix for 2-pass buildAlexey Neyman1-0/+292
Otherwise, it tries to link against libgcc_eh which is not available until the final compiler (or previously, the pass-2 compiler) is built. Signed-off-by: Alexey Neyman <stilor@att.net>