From ec758f98328da3eb933a25dc7a2eed01ef44d849 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Thu, 31 Jan 2013 21:44:28 +0000 Subject: [PATCH] parisc: add CONFIG_MLONGCALLS option to enable linkage of huge vmlinux executables 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 --- Reading git-format-patch failed