commit | 6caf6f5c83db773c068a5ad1042290c0a5f5bcc8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Nov 22 12:31:57 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 06 15:30:30 2022 -0500 |
tree | e3cd4d3ae28032dbe5074b7125e498d16a336bc3 | |
parent | fc2240046c82d652a75cf96782502eebd16b628b [diff] |
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>