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

Commit a2f77b87 authored by Danny Lin's avatar Danny Lin Committed by Hridaya Prajapati
Browse files

Revert "ANDROID: HACK: arm64, LLVMLinux: use -mno-implicit-float"



This reverts commit f3fda57f.

Unnecessary with Clang 6.0+.

Change-Id: I6f29ca050566e9027e51605e64bf6893602344ef
Signed-off-by: default avatarDanny Lin <danny@kdrag0n.dev>
parent 31512530
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -49,11 +49,7 @@ $(warning Detected assembler with broken .inst; disassembly will be unreliable)
  endif
endif

ifeq ($(cc-name),clang)
KBUILD_CFLAGS	+= -mno-implicit-float
else
KBUILD_CFLAGS	+= -mgeneral-regs-only
endif
KBUILD_CFLAGS	+= $(lseinstr) $(brokengasinst) $(compat_vdso)
KBUILD_CFLAGS	+= -fno-asynchronous-unwind-tables
KBUILD_CFLAGS	+= $(call cc-disable-warning, psabi)