From 314c5d77edcb6fb902aa1ddd27e2a3cb28d7b4ff Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 29 Oct 2013 08:28:46 +0100 Subject: build: remove -fstack-protector -fstack-protector should be set by the build-environment, not by each project. It may fail in subtle ways if the toolchain doesn't support it. Signed-off-by: David Herrmann --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 549cc37..898caca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,8 +65,7 @@ AM_CFLAGS = \ -fno-strict-aliasing \ -fvisibility=hidden \ -ffunction-sections \ - -fdata-sections \ - -fstack-protector + -fdata-sections AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -I $(srcdir)/src -- cgit v1.2.3