Page MenuHomeFreeBSD

libcompiler_rt: stop building with stack smashing protection
ClosedPublic

Authored by rlibby on Dec 27 2020, 8:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 16, 3:45 AM
Unknown Object (File)
Sun, Nov 3, 7:30 AM
Unknown Object (File)
Oct 19 2024, 11:01 PM
Unknown Object (File)
Oct 5 2024, 1:44 PM
Unknown Object (File)
Oct 2 2024, 1:17 PM
Unknown Object (File)
Oct 2 2024, 10:13 AM
Unknown Object (File)
Oct 2 2024, 8:24 AM
Unknown Object (File)
Oct 2 2024, 6:33 AM
Subscribers

Details

Summary

libcompiler_rt implements certain functions that clang and gcc emit
calls to as part of their codegen (e.g. for extended width math). Build
it without stack smashing protection (SSP, -fstack-protector) in order
to support building binaries without SSP, especially the dynamic linker.
Besides, SSP is probably not very valuable in this library.

Test Plan
make tinderbox

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable