From aabbc122b1de97b9c17682fa261d98b4192d85fd Mon Sep 17 00:00:00 2001 From: Nicholas Piggin Date: Fri, 9 Jun 2017 15:24:17 +1000 Subject: BACKPORT: kbuild: thin archives make default for all archs Make thin archives build the default, but keep the config option to allow exemptions if any breakage can't be quickly solved. Signed-off-by: Nicholas Piggin Signed-off-by: Masahiro Yamada (cherry picked from commit 799c43415442414b1032580c47684cb709dfed6d) Change-Id: I8df3f9aa5eca69e192612bdae10abcb70a9d6176 Signed-off-by: Dan Aloni (cherry picked from commit 1bc68cb00d9d8e2cb0bcedb35dc6c06406292d6e) Signed-off-by: Davide Garberi --- arch/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index bf2e75c95e22..b8629dc08ae0 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -433,7 +433,7 @@ config HAVE_ARCH_WITHIN_STACK_FRAMES which is used by CONFIG_HARDENED_USERCOPY. config THIN_ARCHIVES - bool + def_bool y help Select this if the architecture wants to use thin archives instead of ld -r to create the built-in.o files. -- cgit v1.2.3