diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-18 16:30:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-18 16:30:26 +0000 |
commit | 81be8e31475a77ef718d815bd276a3de8376babf (patch) | |
tree | 6c258a842250657419ed723ace543add2ea437aa | |
parent | ca96b2113eb5d15c637bf020ee507a6faca67b0c (diff) | |
download | upstream-81be8e31475a77ef718d815bd276a3de8376babf.tar.gz upstream-81be8e31475a77ef718d815bd276a3de8376babf.tar.bz2 upstream-81be8e31475a77ef718d815bd276a3de8376babf.zip |
Config.in: fix powerpc64 endianness
SVN-Revision: 18828
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 8c2d73d337..2834d07cc6 100644 --- a/target/Config.in +++ b/target/Config.in @@ -104,6 +104,7 @@ config powerpc bool config powerpc64 + select BIG_ENDIAN bool config sh3 |