commit | 2a9079e365fab6d1d6d93afa8736f050c865c1b5 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Thu May 20 13:24:23 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 24 14:21:30 2021 -0400 |
tree | bff0fabbf0cf3b2ec77d40d36bf510c24f49e2eb | |
parent | 4778a58ceef26900cd60da31688052a0faf92100 [diff] |
ARM: don't use -ffunction-sections/-fdata-sections with LTO build When building with LTO, using -ffunction-sections/-fdata-sections is not useful anymore. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Simon Glass <sjg@chromium.org>