Re: [PATCH] kbuild: fix ia64 link
From: Michal Marek <hidden>
Date: 2012-05-10 12:22:31
Also in:
linux-kbuild, lkml
From: Michal Marek <hidden>
Date: 2012-05-10 12:22:31
Also in:
linux-kbuild, lkml
On Tue, May 08, 2012 at 07:53:46PM +0200, Sam Ravnborg wrote:
From aca8f5bd71797534ea220b193772946f59ee8125 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <redacted> Date: Tue, 8 May 2012 19:49:59 +0200 Subject: [PATCH] kbuild: fix ia64 link ia64 build failed like this: CC init/version.o LD init/built-in.o KSYM .tmp_kallsyms1.o ld: .tmp_kallsyms1.o: linking constant-gp files with non-constant-gp files ld: failed to merge target specific data of file .tmp_kallsyms1.o make: *** [vmlinux] Error 1 This was introduced when link of vmlinux was migrated to a script. Add missing option to as to fix this. Reported-by: Tony Luck <redacted> Tested-by: Tony Luck <redacted> Signed-off-by: Sam Ravnborg <redacted> --- Hi Michal - please apply.
Done, thanks. Michal