diff mbox series

parisc: Enable CONFIG_MLONGCALLS by default

Message ID 20180728094717.GA18179@ls3530.fritz.box (mailing list archive)
State Accepted, archived
Headers show
Series parisc: Enable CONFIG_MLONGCALLS by default | expand

Commit Message

Helge Deller July 28, 2018, 9:47 a.m. UTC
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 happens e.g. with the 64-bit
defconfigs.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # 4.14+

--
To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index 17526bebcbd2..46f656b8fc23 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