Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+1 -1
+1 -1
arch/parisc/Kconfig
··· 195 195 196 196 config MLONGCALLS 197 197 bool "Enable the -mlong-calls compiler option for big kernels" 198 - def_bool y if (!MODULES) 198 + default y 199 199 depends on PA8X00 200 200 help 201 201 If you configure the kernel to include many drivers built-in instead