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)