1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-18 08:45:22 +03:00
Commit graph

2 commits

Author SHA1 Message Date
donoban
0c49ee2d26 main/clang16: fix stack protector patch
libstdc++.a requires a __stack_chk_fail_local reference but if
ssp_nonshared is linked first the symbols are gone and produce:

    undefined reference to `__stack_chk_fail_local'

postponing the "-lssp_nonshared" addition fixes it
2023-10-02 08:54:39 +00:00
psykose
f3ea45a72c main/clang16: new aport
https://llvm.org/
A C language family front-end for LLVM
2023-03-18 15:12:20 +01:00