summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:14 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:14 +0000
commit5cda6f5fdc8f8d6a840c7d0a92e1f24c0459162b (patch)
treeb5c5ff0ee6afa831df17591d514557601512f62b
parent4f102b2c19f69c73fcd0aefb35f8613cf0f97117 (diff)
downloads6-linux-init-5cda6f5fdc8f8d6a840c7d0a92e1f24c0459162b.tar.xz
Don't put -fno-stack-protector in default CFLAGS
-rw-r--r--[-rwxr-xr-x]configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 9004f70..04af07b 100755..100644
--- a/configure
+++ b/configure
@@ -361,7 +361,6 @@ tryflag CFLAGS_AUTO -fno-exceptions
tryflag CFLAGS_AUTO -fno-unwind-tables
tryflag CFLAGS_AUTO -fno-asynchronous-unwind-tables
tryflag CFLAGS_AUTO -Wa,--noexecstack
-tryflag CFLAGS -fno-stack-protector
tryflag CPPFLAGS_AUTO -Werror=implicit-function-declaration
tryflag CPPFLAGS_AUTO -Werror=implicit-int
tryflag CPPFLAGS_AUTO -Werror=pointer-sign