aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2018-07-28 11:47:17 +0200
committerHelge Deller <deller@gmx.de>2018-08-08 22:13:22 +0200
commit66509a276c8c1d19ee3f661a41b418d101c57d29 (patch)
treea1c0e07a3fabf6dc5afaee145e85c6bf84cc739c
parent1236568ee3cbb0d3ac62d0074a29b97ecf34cbbc (diff)
downloadlinux-4.18.y-66509a276c8c1d19ee3f661a41b418d101c57d29.tar.gz
parisc: Enable CONFIG_MLONGCALLS by default
Enable the -mlong-calls compiler option by default, because otherwise in most cases linking the vmlinux binary fails due to truncations of R_PARISC_PCREL22F relocations. This fixes building the 64-bit defconfig. Cc: stable@vger.kernel.org # 4.0+ Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--arch/parisc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index 17526bebcbd27..46f656b8fc233 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -195,7 +195,7 @@ config PREFETCH
config MLONGCALLS
bool "Enable the -mlong-calls compiler option for big kernels"
- def_bool y if (!MODULES)
+ default y
depends on PA8X00
help
If you configure the kernel to include many drivers built-in instead