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
F164995098: D27786.diff
Wed, Aug 5, 6:35 AM
Unknown Object (File)
Mon, Jul 20, 6:45 AM
Unknown Object (File)
Sun, Jul 12, 8:16 PM
Unknown Object (File)
Tue, Jul 7, 5:03 PM
Unknown Object (File)
Jul 6 2026, 2:08 AM
Unknown Object (File)
Jun 24 2026, 1:11 AM
Unknown Object (File)
Jun 21 2026, 9:05 PM
Unknown Object (File)
May 28 2026, 10:05 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35715
Build 32604: arc lint + arc unit