From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757962Ab2EGXQA (ORCPT ); Mon, 7 May 2012 19:16:00 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:40647 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757019Ab2EGXPp (ORCPT ); Mon, 7 May 2012 19:15:45 -0400 MIME-Version: 1.0 In-Reply-To: <20120505082916.GA14006@merkur.ravnborg.org> References: <20120428205651.GA7426@merkur.ravnborg.org> <20120428205919.GC7442@merkur.ravnborg.org> <4FA460AB.6060309@suse.cz> <20120505082916.GA14006@merkur.ravnborg.org> Date: Mon, 7 May 2012 16:15:44 -0700 Message-ID: Subject: Re: [PATCH 3/4] kbuild: link of vmlinux moved to a script From: Tony Luck To: Sam Ravnborg Cc: Michal Marek , linux arch , lkml , linux-kbuild , Richard Weinberger , "David S. Miller" , Arnaud Lacombe , Andi Kleen Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch is now in linux-next (tag next-20120507). But it looks to have broken the ia64 build. I see this error: 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 which looks like we used the wrong compile options when building .tmp_kallsyms1.o -Tony