Mercurial > pub > dyncall > dyncall
comparison CMakeLists.txt @ 267:f8fe0f87b7c1
- removed configure-based checks for using --noexecstack / -Wa,--noexecstack in make A{S,C,}FLAGS variables, b/c inconsistent behaviour across platforms and often unusable, b/c:
* braindead defaults (e.g. ASFLAGS on pretty much everything GNU, used in default suffix rules with *both* cc for .S and as for .s)
* often took decisions on bogus private STACK headers in ELF files, set on platforms that lack any implementation, so pointless
* tests have shown that only some GNU/* platforms and FreeBSD actually make use of this, if at all, that is... and for those, will switch back to .section .note.GNU-stack (next commit)
author | Tassilo Philipp |
---|---|
date | Sat, 27 May 2017 19:18:23 +0200 (2017-05-27) |
parents | 3cb226f48495 |
children | dc8bbffc39e6 |
comparison
equal
deleted
inserted
replaced
266:91fd7be165f1 | 267:f8fe0f87b7c1 |
---|