diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-05-20 13:24:22 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-24 14:21:30 -0400 |
commit | 8f9696510afc2b52ebeba5d1db4883cf3331c206 (patch) | |
tree | df82e1281e45945237fee8e4c947c1d396f35a3f /arch/Kconfig | |
parent | 2361b5eb5c3e116519518848fe8db9aed4841f4a (diff) | |
download | u-boot-8f9696510afc2b52ebeba5d1db4883cf3331c206.tar.gz |
ARM: make LTO available
Make LTO available for ARM architecture.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 8fd39e36b4..49813a4c9b 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -33,6 +33,7 @@ config ARC config ARM bool "ARM architecture" + select ARCH_SUPPORTS_LTO select CREATE_ARCH_SYMLINK select HAVE_PRIVATE_LIBGCC if !ARM64 select SUPPORT_OF_CONTROL |