commit | 9493e96e54eafa67df9b4f26e4cca4b68d167dbb | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Thu May 20 13:24:14 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 24 14:21:30 2021 -0400 |
tree | 67f912b552494c123e16ec4ac603e5eccd01f97e | |
parent | 28d476eada6b49fdbd331171c6a487466e709a66 [diff] |
ARM: fix LTO for keystone When building keystone with LTO the compiler complains: Error: selected processor does not support `smc #0' in Thumb mode Fix this by removing -flto for the file implementing these SMC calls. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>