diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-21 18:34:07 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-21 18:34:07 +0000 |
commit | 2004d4165a115806503d31a3d1162e1d3ab3ed6b (patch) | |
tree | 079db45f0521d47c1860a9d75019a9b9c390c71a /target/Config.in | |
parent | 76d86cd4bba8c968475ec9390aa886b8fd6a7adf (diff) | |
download | upstream-2004d4165a115806503d31a3d1162e1d3ab3ed6b.tar.gz upstream-2004d4165a115806503d31a3d1162e1d3ab3ed6b.tar.bz2 upstream-2004d4165a115806503d31a3d1162e1d3ab3ed6b.zip |
add preliminary coldfire v4e support
SVN-Revision: 16538
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 37c9e2042e..8bfeb83b27 100644 --- a/target/Config.in +++ b/target/Config.in @@ -61,6 +61,10 @@ config i386 config i686 bool +config m68k + select BIG_ENDIAN + bool + config mips select BIG_ENDIAN bool |