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, Apr 17, 5:21 PM
Unknown Object (File)
Fri, Mar 22, 11:10 PM
Unknown Object (File)
Fri, Mar 22, 11:10 PM
Unknown Object (File)
Fri, Mar 22, 11:10 PM
Unknown Object (File)
Mar 8 2024, 11:24 AM
Unknown Object (File)
Feb 9 2024, 5:13 PM
Unknown Object (File)
Jan 7 2024, 3:57 AM
Unknown Object (File)
Jan 7 2024, 3:53 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