From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: linux-next: build failure after merge of the final tree (powerpc related) Date: Thu, 21 Jun 2012 16:24:56 +1000 Message-ID: <1340259896.3942.2.camel@pasglop> References: <20120620175014.a822a766e0f91f7b44f48fa0@canb.auug.org.au> <1340256961.1998.11.camel@concordia> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from gate.crashing.org ([63.228.1.57]:47927 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754378Ab2FUGZQ (ORCPT ); Thu, 21 Jun 2012 02:25:16 -0400 In-Reply-To: <1340256961.1998.11.camel@concordia> Sender: linux-next-owner@vger.kernel.org List-ID: To: Michael Ellerman Cc: Stephen Rothwell , linux-next@vger.kernel.org, ppc-dev , linux-kernel@vger.kernel.org, Alan Modra On Thu, 2012-06-21 at 15:36 +1000, Michael Ellerman wrote: > > powerpc64-linux-ld: /src/next/net/openvswitch/vport-netdev.c:189:(.text+0x89b990): > sibling call optimization to `_restgpr0_28' does not allow automatic multiple TOCs; > recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `_restgpr0_28' extern > > > And those are generated calls so I don't see how we can fix them. Is this a module ? We should really be linking that stuff directly with the module.... The interesting thing is that we do build everything except a handful of files with -mminimal-toc unless something's wrong with our main Makefile.... Can you show the full build command that triggers the above ? Cheers, Ben.