commit | 962bc221c3b1d63a461f8065bfb37122ce660119 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Nov 21 16:33:55 2013 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Nov 25 11:49:12 2013 +1100 |
tree | dab045842154467b53eb84aaf7c0fd4b15e2b544 | |
parent | 924dd50bc4ad26612efbc75f7e60492c5faaa868 [diff] |
powerpc: allyesconfig should not select CONFIG_CPU_LITTLE_ENDIAN Stephen reported a failure in an allyesconfig build. CONFIG_CPU_LITTLE_ENDIAN=y gets set but his toolchain is not new enough to support little endian. We really want to default to a big endian build; Ben suggested using a choice which defaults to CPU_BIG_ENDIAN. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>