summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nelson <robertcnelson@gmail.com>2013-06-25 15:45:12 -0500
committerJerome Glisse <jglisse@redhat.com>2013-07-28 13:45:06 -0400
commit1f9e65de183ab72b8dc45ab5b68297c8078de13a (patch)
tree15a66b174b433616728d4fa7406de542982ee77b
parentfce5d16089bbdefa243c749b15c207e99d261009 (diff)
saucy: disable stack protectorbbb-3.8
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dabb6f0f6d8b..f312ce7e7036 100644
--- a/Makefile
+++ b/Makefile
@@ -374,7 +374,8 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-Werror-implicit-function-declaration \
-Wno-format-security \
-fno-delete-null-pointer-checks \
- -Wno-error=pointer-sign
+ -Wno-error=pointer-sign \
+ -fno-stack-protector
KBUILD_AFLAGS_KERNEL :=
KBUILD_CFLAGS_KERNEL :=
KBUILD_AFLAGS := -D__ASSEMBLY__