diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:05:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:05:12 +0000 |
commit | 44e47b7ccae230aa49bcf0081e48b233d484724c (patch) | |
tree | 6e55550c00c88175a1ee1bb68246eb218b524d48 /configure | |
parent | 4de00d90e6cd7b89d5570e5e2c4f5c9f9a5c1101 (diff) | |
download | s6-portable-utils-44e47b7ccae230aa49bcf0081e48b233d484724c.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 |