summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorNicholas Piggin2018-02-10 15:25:03 +0100
committerMasahiro Yamada2018-03-25 19:01:19 +0200
commit6358d6e8b9846c2ff6fd1d4ad2809145635dd813 (patch)
tree3e2ac4f41fef7aaa4207eec852b992f0cfa3b73c /arch/Kconfig
parentkbuild: Improve portability of some sed invocations (diff)
downloadkernel-qcow2-linux-6358d6e8b9846c2ff6fd1d4ad2809145635dd813.tar.gz
kernel-qcow2-linux-6358d6e8b9846c2ff6fd1d4ad2809145635dd813.tar.xz
kernel-qcow2-linux-6358d6e8b9846c2ff6fd1d4ad2809145635dd813.zip
kbuild: remove incremental linking option
This removes the old `ld -r` incremental link option, which has not been selected by any architecture since June 2017. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 76c0b54443b1..8e0d665c8d53 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -596,12 +596,6 @@ config CC_STACKPROTECTOR_AUTO
endchoice
-config THIN_ARCHIVES
- 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.
-
config LD_DEAD_CODE_DATA_ELIMINATION
bool
help