]> git.dujemihanovic.xyz Git - u-boot.git/commit
pogo_v4: Disable LTO
authorTom Rini <trini@konsulko.com>
Tue, 22 Nov 2022 17:31:57 +0000 (12:31 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 6 Dec 2022 20:30:30 +0000 (15:30 -0500)
commit6caf6f5c83db773c068a5ad1042290c0a5f5bcc8
treee3cd4d3ae28032dbe5074b7125e498d16a336bc3
parentfc2240046c82d652a75cf96782502eebd16b628b
pogo_v4: Disable LTO

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@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/pogo_v4_defconfig