mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
f20c0e3319
commit
a723bb667e
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
PACKAGE= lib${LIB}
|
||||
LIB= compiler_rt
|
||||
MK_SSP= no
|
||||
NO_PIC=
|
||||
WARNS?= 2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue