Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 780450bc authored by Matthias Maennich's avatar Matthias Maennich Committed by Alistair Delva
Browse files

ANDROID: Revert "ANDROID: Removed check for asm-goto"



This reverts commit 7eb28048.

Change-Id: Ibb4775f9d11d5a5e413204855f8ccbcad6777b3d
Signed-off-by: default avatarMatthias Maennich <maennich@google.com>
parent 2b6ff022
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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