
25 Sep
2025
25 Sep
'25
5:47 p.m.
From: Simon Glass <sjg@chromium.org> The current compiler is gcc-13 which presumably has fixed this bug. Revert the work-around so we can enable Truetype which needs floating point. This reverts commit f43312c974eaeb7301cb2638aa4ab05ed7ca4c44. --- arch/arm/config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/config.mk b/arch/arm/config.mk index 8a0167c165d..38c49c877c4 100644 --- a/arch/arm/config.mk +++ b/arch/arm/config.mk @@ -23,7 +23,6 @@ endif PLATFORM_RELFLAGS += -fno-common $(FIXED_REG) PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \ - $(call cc-option,-mgeneral-regs-only) \ $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) # LLVM support -- 2.43.0