[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20131121121127.GG15913@concordia>
Date: Thu, 21 Nov 2013 23:11:28 +1100
From: Michael Ellerman <mpe@...erman.id.au>
To: Anton Blanchard <anton@...ba.org>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
linux-kernel@...r.kernel.org
Subject: Re: linux-next: build failure after merge of the final tree (Linus'
tree related - powerpc)
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:
> >
> > <stdin>: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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists