aboutsummaryrefslogtreecommitdiff
path: root/m4/check-hardening-options.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* check for control flow integrity support in compilerBrent Cook2024-02-121-0/+5
|
* update autotool macro deprecationsBrent Cook2022-02-271-16/+10
| | | | fix latest round of autotool complaints
* Remove -D_FORTIFY_SOURCE=2 and -lssp with mingw buildkinichiro2021-05-301-1/+3
|
* Add a compile-time check for FORTIFY_SOURCE supportBrent Cook2020-08-221-1/+1
| | | | | This is broken on some platforms, so pull in the conditional macro from the latest version of autoconf-archive to test for working support.
* fix libtool 2.4.2 stack-protector flag handlingBrent Cook2015-06-131-1/+3
| | | | | | | | Teach libtool 2.4.2 how to pass -fstack-protector* to the linker so libssp is properly linked in on some toolchains. See upstream patch: https://github.com/instantinfrastructure/poky-daisy/blob/master/meta/recipes-devtools/libtool/libtool/respect-fstack-protector.patch Thanks to kinichiro inoguchi
* always check if ssp needs to be linkedBrent Cook2015-06-111-3/+1
|
* fix definition of DISABLE_AS_EXECUTABLE_STACKBrent Cook2015-05-231-1/+1
|
* refactor configure into separate m4 macrosBrent Cook2015-05-231-0/+109
this allows for some reusability with libtls