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)
Wed, Jun 24, 1:11 AM
Unknown Object (File)
Sun, Jun 21, 9:05 PM
Unknown Object (File)
May 28 2026, 10:05 PM
Unknown Object (File)
May 25 2026, 5:55 AM
Unknown Object (File)
May 22 2026, 6:51 PM
Unknown Object (File)
May 20 2026, 6:55 PM
Unknown Object (File)
May 17 2026, 11:03 PM
Unknown Object (File)
May 17 2026, 11:02 PM
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