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)
Tue, Jun 25, 1:17 AM
Unknown Object (File)
May 19 2024, 6:19 PM
Unknown Object (File)
May 3 2024, 7:48 AM
Unknown Object (File)
May 1 2024, 2:41 PM
Unknown Object (File)
Apr 29 2024, 2:37 AM
Unknown Object (File)
Apr 17 2024, 5:21 PM
Unknown Object (File)
Mar 22 2024, 11:10 PM
Unknown Object (File)
Mar 22 2024, 11:10 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