summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:04:53 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:04:53 +0000
commit2695d48e5ede91e91b827900e1a0e41c6e02a37c (patch)
tree749fa121b9e8498e994d9e7c775833e7580dac6c /configure
parentdf6745f7e9bf9fe1050fe75d19a50c6e90e365a3 (diff)
downloads6-2695d48e5ede91e91b827900e1a0e41c6e02a37c.tar.xz
-Wa,--noexecstack belongs to CPPFLAGS
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 482138c..e620094 100755
--- a/configure
+++ b/configure
@@ -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