diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:05:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:05:08 +0000 |
commit | 1ea6c3d3e5d1de22d281aea81e2573e1f8597d98 (patch) | |
tree | c76d2295eaba8bff93454edf5deea4aabfcfebdd /configure | |
parent | 3a8494c056b3b076b2e7450627e314f63710502c (diff) | |
download | s6-networking-1ea6c3d3e5d1de22d281aea81e2573e1f8597d98.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 |