Loading arch/x86/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -298,6 +298,10 @@ vdso_install: archprepare: checkbin checkbin: ifndef CONFIG_CC_HAS_ASM_GOTO @echo Compiler lacks asm-goto support. @exit 1 endif ifdef CONFIG_RETPOLINE ifeq ($(RETPOLINE_CFLAGS),) @echo "You are building kernel with non-retpoline compiler." >&2 Loading Loading
arch/x86/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -298,6 +298,10 @@ vdso_install: archprepare: checkbin checkbin: ifndef CONFIG_CC_HAS_ASM_GOTO @echo Compiler lacks asm-goto support. @exit 1 endif ifdef CONFIG_RETPOLINE ifeq ($(RETPOLINE_CFLAGS),) @echo "You are building kernel with non-retpoline compiler." >&2 Loading