arm: Exclude eabi_compat from LTO
authorSam Edwards <cfsworks@gmail.com>
Sat, 15 Mar 2025 22:18:00 +0000 (15:18 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 2 Apr 2025 20:33:50 +0000 (14:33 -0600)
commit6ba839a0f5473aac8dc038f8601071234c810119
treeefcff0922a63e326e6e468bca32847b3289b36d7
parent805377b1f5ae1834e2b1a07dbb6fed94672e0954
arm: Exclude eabi_compat from LTO

These symbols need to survive the IR-level dead function elimination pass,
since nothing at the IR level is referencing them (calls to these are inserted
later, at codegen time).

Signed-off-by: Sam Edwards <CFSworks@gmail.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
arch/arm/lib/Makefile