commit | 53644087a607040a56d883df612b588814a56f11 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Nov 21 11:12:19 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Dec 06 10:45:38 2006 +0900 |
tree | f58e0bce9093a342e002e4449812b6841a67f254 | |
parent | 52e27782e1c4afa1feca0fdf194d279595e0431c [diff] |
sh: Explicit endian selection support. Previously big endian was simply assumed if little endian was not set, which led to some cflags ordering issues. There's not much point to not having a big endian option, so shove one in a choice and wire it up in the Makefile. This lets us clean up some of the cflags ordering while we're at it. Signed-off-by: Paul Mundt <lethal@linux-sh.org>