[PATCH 5/6] pogo_v4: Disable LTO

Simon Glass sjg at chromium.org
Wed Nov 23 03:09:10 CET 2022


On Tue, 22 Nov 2022 at 10:32, Tom Rini <trini at konsulko.com> wrote:
>
> With gcc-12.2 we now get:
> lib/zlib/inflate.c:360: undefined reference to `__gnu_thumb1_case_si'
> when building this platform. This seems like some odd problem with LTO
> and Thumb, but since the platform continues to link, I assume it's
> within size constraints, so lets just disable LTO for now.
>
> Cc: Tony Dinh <mibodhi at gmail.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
>  configs/pogo_v4_defconfig | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list