parisc: add CONFIG_MLONGCALLS option to enable linkage of huge vmlinux executables
authorHelge Deller <deller@gmx.de>
Thu, 31 Jan 2013 21:44:28 +0000 (21:44 +0000)
committerHelge Deller <deller@gmx.de>
Wed, 20 Feb 2013 21:46:57 +0000 (22:46 +0100)
When building a 64bit kernel which includes all necessary drivers and
filesystems the vmlinux kernel often gets so huge, that the linker won't
be able to resolve the branch stubs. This patch overcomes this limit by
providing an option to compile the kernel with the -mlong-calls compiler
option.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Kconfig
arch/parisc/Makefile

Simple merge
Simple merge