diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:04:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:04:53 +0000 |
commit | 2695d48e5ede91e91b827900e1a0e41c6e02a37c (patch) | |
tree | 749fa121b9e8498e994d9e7c775833e7580dac6c /configure | |
parent | df6745f7e9bf9fe1050fe75d19a50c6e90e365a3 (diff) | |
download | s6-2695d48e5ede91e91b827900e1a0e41c6e02a37c.tar.xz |
-Wa,--noexecstack belongs to CPPFLAGS
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -297,7 +297,7 @@ tryflag CFLAGS_AUTO -fomit-frame-pointer tryflag CFLAGS_AUTO -fno-exceptions tryflag CFLAGS_AUTO -fno-unwind-tables tryflag CFLAGS_AUTO -fno-asynchronous-unwind-tables -tryflag CFLAGS_AUTO -Wa,--noexecstack +tryflag CPPFLAGS_AUTO -Wa,--noexecstack tryflag CFLAGS_AUTO -fno-stack-protector tryflag CPPFLAGS_AUTO -Werror=implicit-function-declaration tryflag CPPFLAGS_AUTO -Werror=implicit-int |