diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:05:05 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:05:05 +0000 |
commit | 286383d8baa52a9c86e33139642736a74689ee12 (patch) | |
tree | 982ca58c1b5752c45ceede1ecf8ca95d8ea81412 | |
parent | 9a0980fadf9b7a2a4a9c239f3ae667483ea175da (diff) | |
download | s6-linux-utils-286383d8baa52a9c86e33139642736a74689ee12.tar.xz |
-Wa,--noexecstack belongs to CPPFLAGS
-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 |