diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -514,13 +514,6 @@ RETPOLINE_VDSO_CFLAGS := $(call cc-option,$(RETPOLINE_VDSO_CFLAGS_GCC),$(call cc | |||
514 | export RETPOLINE_CFLAGS | 514 | export RETPOLINE_CFLAGS |
515 | export RETPOLINE_VDSO_CFLAGS | 515 | export RETPOLINE_VDSO_CFLAGS |
516 | 516 | ||
517 | # check for 'asm goto' | ||
518 | ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(CC) $(KBUILD_CFLAGS)), y) | ||
519 | CC_HAVE_ASM_GOTO := 1 | ||
520 | KBUILD_CFLAGS += -DCC_HAVE_ASM_GOTO | ||
521 | KBUILD_AFLAGS += -DCC_HAVE_ASM_GOTO | ||
522 | endif | ||
523 | |||
524 | # The expansion should be delayed until arch/$(SRCARCH)/Makefile is included. | 517 | # The expansion should be delayed until arch/$(SRCARCH)/Makefile is included. |
525 | # Some architectures define CROSS_COMPILE in arch/$(SRCARCH)/Makefile. | 518 | # Some architectures define CROSS_COMPILE in arch/$(SRCARCH)/Makefile. |
526 | # CC_VERSION_TEXT is referenced from Kconfig (so it needs export), | 519 | # CC_VERSION_TEXT is referenced from Kconfig (so it needs export), |