From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Subject: Re: linux-next: build failure after merge of the final tree (Linus' tree related - powerpc) Date: Thu, 21 Nov 2013 23:11:28 +1100 Message-ID: <20131121121127.GG15913@concordia> References: <20131121134622.a853064a1b5a8355e5077737@canb.auug.org.au> <20131121143334.44be4231@kryten> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ozlabs.org ([203.10.76.45]:41195 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753866Ab3KUMLa (ORCPT ); Thu, 21 Nov 2013 07:11:30 -0500 Content-Disposition: inline In-Reply-To: <20131121143334.44be4231@kryten> Sender: linux-next-owner@vger.kernel.org List-ID: To: Anton Blanchard Cc: Stephen Rothwell , linux-next@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org On Thu, Nov 21, 2013 at 02:33:34PM +1100, Anton Blanchard wrote: > > Hi, > > > After merging the final tree, today's linux-next build (powerpc > > allyesconfig) failed like this: > > > > :1:0: error: -mcall-aixdesc must be big endian > > Urgh, allyesconfig is building an LE kernel. Ian: do we need to reverse > the polarity of the option, and call it CONFIG_CPU_BIG_ENDIAN? More or less. See what we did with PPC_WERROR, for the same reasons, so that it was off for an allyesconfig. config PPC_DISABLE_WERROR bool "Don't build arch/powerpc code with -Werror" default n config PPC_WERROR bool depends on !PPC_DISABLE_WERROR default y cheers