Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix libtool 2.4.2 stack-protector flag handling | Brent Cook | 2015-06-13 | 1 | -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 linked | Brent Cook | 2015-06-11 | 1 | -3/+1 |
| | |||||
* | fix definition of DISABLE_AS_EXECUTABLE_STACK | Brent Cook | 2015-05-23 | 1 | -1/+1 |
| | |||||
* | refactor configure into separate m4 macros | Brent Cook | 2015-05-23 | 1 | -0/+109 |
this allows for some reusability with libtls |