
23 Nov
2022
23 Nov
'22
3:09 a.m.
On Tue, 22 Nov 2022 at 10:32, Tom Rini trini@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@gmail.com Signed-off-by: Tom Rini trini@konsulko.com
configs/pogo_v4_defconfig | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org