diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:05:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:05:16 +0000 |
commit | 295824d08d724608aa5c6c9992a4fa6937fc8d80 (patch) | |
tree | 7c5c08ed755139cb111ad118799f7a1fabe04d2f /configure | |
parent | a5dff0ba5c53e5849d1b346c688c5497324d0f2c (diff) | |
download | s6-rc-295824d08d724608aa5c6c9992a4fa6937fc8d80.tar.xz |
-Wa,--noexecstack belongs to CPPFLAGS
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -306,7 +306,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 |