On Sat, Jul 05, 2025 at 06:48:12PM +0000, Robert Stone wrote: >From a364b45738c1fc2e937a8d845f419b8c5c64d751 Mon Sep 17 00:00:00 2001 >From: rjstone <[email protected]> >Date: Sat, 5 Jul 2025 11:22:09 -0700 >Subject: [PATCH] drivers: remove -mgeneral-regs-only for truetype > >For almost everything, -mgeneral-regs-only is a good optimization, but >console_truetype.c does using floating point, so the build will fail >unless it is compiled without -mgeneral-regs-only.
commit f43312c974ea ARM: Prevent the compiler from using NEON registers If drop mgeneral-regs-only, there might be issue. Regards Peng

