commit | 25ac31d3a3d120c24f03155355d7d60dffc195b3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Nov 22 08:58:29 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 22 10:56:30 2022 -0500 |
tree | 6d5c7b05c13b927ecafe86f6b8ec63bb63d685d7 | |
parent | 6e709d8dd4e3c9823c92b2a6529c206c5d58f28d [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>