commit | 75c7d10c1f61ff509bcbe00284b7424b55c9ed92 | [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 | 8f9696510afc2b52ebeba5d1db4883cf3331c206 [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>