diff options
author | Robert Nelson <robertcnelson@gmail.com> | 2013-06-25 15:45:12 -0500 |
---|---|---|
committer | Jerome Glisse <jglisse@redhat.com> | 2013-07-28 13:45:06 -0400 |
commit | 1f9e65de183ab72b8dc45ab5b68297c8078de13a (patch) | |
tree | 15a66b174b433616728d4fa7406de542982ee77b | |
parent | fce5d16089bbdefa243c749b15c207e99d261009 (diff) |
saucy: disable stack protectorbbb-3.8
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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__ |