K 10 svn:author V 3 dim K 8 svn:date V 27 2021-12-22T10:13:20.203864Z K 7 svn:log V 685 libcompiler_rt: stop building with stack smashing protection 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. Reviewed by: arichardson, dim, kib Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D27786 (cherry picked from commit a723bb667e48b9ec55c3a262c9cc49e700e52989) Git Hash: f6bc817fd300afc72669a51b62609679cc4c79b8 Git Author: rlibby@FreeBSD.org END