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

Commit 7eb28048 authored by Alistair Strachan's avatar Alistair Strachan Committed by Ram Muthiah
Browse files

ANDROID: Removed check for asm-goto



Cherry pick was manually applied due to conflicts with
upstream commits: e9666d10 and 829fe4aa
--------
Revert "x86: Force asm-goto"

This reverts commit e501ce95.

This change broke building the x86_64 kernel with clang. The kernel
still builds and works fine without asm-goto support. Revert this
change to unblock testing clang kernels on cuttlefish.

Bug: 118142806
Bug: 120440614
Bug: 132629930
Change-Id: Ib32498acc0596264f8cd15de0b603579dd643dd7
Signed-off-by: default avatarAlistair Strachan <astrachan@google.com>
Signed-off-by: default avatarRam Muthiah <rammuthiah@google.com>
parent 60f8cf9e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -297,10 +297,6 @@ 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