From dbf9ade8b5a460b78ba34189bf862513e829ecd9 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Sat, 29 Aug 2009 18:27:18 +0200 Subject: [PATCH] --- yaml --- r: 158654 b: refs/heads/master c: 23386d63bbb3199cf247313ec088878d72debcfd h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7c45c6f11c80..2b3b0cdc9d4d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ab94fcf528d127fcb490175512a8910f37e5b346 +refs/heads/master: 23386d63bbb3199cf247313ec088878d72debcfd diff --git a/trunk/arch/x86/Makefile b/trunk/arch/x86/Makefile index 1b68659c41b4..5e7db44d709e 100644 --- a/trunk/arch/x86/Makefile +++ b/trunk/arch/x86/Makefile @@ -72,7 +72,7 @@ endif ifdef CONFIG_CC_STACKPROTECTOR cc_has_sp := $(srctree)/scripts/gcc-x86_$(BITS)-has-stack-protector.sh - ifeq ($(shell $(CONFIG_SHELL) $(cc_has_sp) $(CC)),y) + ifeq ($(shell $(CONFIG_SHELL) $(cc_has_sp) $(CC) $(biarch)),y) stackp-y := -fstack-protector stackp-$(CONFIG_CC_STACKPROTECTOR_ALL) += -fstack-protector-all KBUILD_CFLAGS += $(stackp-y)