* linux-next: build failure after merge of the final tree (Linus' tree related - powerpc)
@ 2013-11-21 2:46 Stephen Rothwell
2013-11-21 3:33 ` Anton Blanchard
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2013-11-21 2:46 UTC (permalink / raw)
To: Benjamin Herrenschmidt, linuxppc-dev
Cc: linux-next, linux-kernel, Anton Blanchard
[-- Attachment #1.1: Type: text/plain, Size: 1508 bytes --]
Hi all,
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
<stdin>:1:0: error: -mcall-aixdesc must be big endian
scripts/gcc-version.sh: line 31: printf: #: invalid number
scripts/gcc-version.sh: line 31: printf: #: invalid number
<stdin>:1:0: error: -mcall-aixdesc must be big endian
<stdin>:1:0: error: -mcall-aixdesc must be big endian
scripts/gcc-version.sh: line 31: printf: #: invalid number
scripts/gcc-version.sh: line 31: printf: #: invalid number
<stdin>:1:0: error: -mcall-aixdesc must be big endian
<stdin>:1:0: error: -mcall-aixdesc must be big endian
<stdin>:1:0: error: -mcall-aixdesc must be big endian
scripts/gcc-version.sh: line 29: printf: #: invalid number
scripts/gcc-version.sh: line 29: printf: #: invalid number
scripts/gcc-version.sh: line 29: printf: #: invalid number
/bin/sh: line 0: test: 0001 6000 0160: integer expression expected
scripts/mod/empty.c:1:0: error: -mcall-aixdesc must be big endian
/* empty file to figure out endianness / word size */
^
scripts/mod/devicetable-offsets.c:1:0: error: -mcall-aixdesc must be big endian
#include <linux/kbuild.h>
^
kernel/bounds.c:1:0: error: -mcall-aixdesc must be big endian
/*
^
Caused by commit 7c105b63bd98 ("powerpc: Add CONFIG_CPU_LITTLE_ENDIAN
kernel config option").
I have reverted that commit for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[-- Attachment #1.2: Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: build failure after merge of the final tree (Linus' tree related - powerpc)
2013-11-21 2:46 linux-next: build failure after merge of the final tree (Linus' tree related - powerpc) Stephen Rothwell
@ 2013-11-21 3:33 ` Anton Blanchard
2013-11-21 12:11 ` Michael Ellerman
0 siblings, 1 reply; 3+ messages in thread
From: Anton Blanchard @ 2013-11-21 3:33 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Benjamin Herrenschmidt, linuxppc-dev, linux-next, linux-kernel
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?
Anton
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: build failure after merge of the final tree (Linus' tree related - powerpc)
2013-11-21 3:33 ` Anton Blanchard
@ 2013-11-21 12:11 ` Michael Ellerman
0 siblings, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2013-11-21 12:11 UTC (permalink / raw)
To: Anton Blanchard; +Cc: Stephen Rothwell, linux-next, linuxppc-dev, linux-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-21 12:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-21 2:46 linux-next: build failure after merge of the final tree (Linus' tree related - powerpc) Stephen Rothwell
2013-11-21 3:33 ` Anton Blanchard
2013-11-21 12:11 ` Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).