X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=arch%2Fx86%2FMakefile;h=34b99e420ff1151ca99c73b30bedb60b04e1197e;hb=4f4d6898918725fdbfa36e9f74736667f6c5d688;hp=41a7237606a3b3a26393b0c7844166d728a9ed0a;hpb=4d634ca35a8b38530b134ae92bc9e3cc9c23c030;p=cascardo%2Flinux.git diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 41a7237606a3..34b99e420ff1 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -75,7 +75,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) $(KBUILD_CPPFLAGS) $(biarch)),y) - stackp-y := -fstack-protector + stackp-y := -fstack-protector-strong KBUILD_CFLAGS += $(stackp-y) else $(warning stack protector enabled but no compiler support) @@ -134,6 +134,9 @@ KBUILD_CFLAGS += $(call cc-option,-mno-avx,) KBUILD_CFLAGS += $(mflags-y) KBUILD_AFLAGS += $(mflags-y) +archscripts: + $(Q)$(MAKE) $(build)=arch/x86/tools relocs + ### # Syscall table generation