diff options
author | Roman Yeryomin <roman@advem.lv> | 2012-09-13 00:26:51 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2012-12-03 00:13:20 +0200 |
commit | 93cbb70d2a3339647e1ee8565a20c2ee1617b568 (patch) | |
tree | 68c4c33bb4aa30e7898f5c037537310745374247 /target | |
parent | 7f5047436e35fbf359122875a6936c661bed0111 (diff) |
lexra platform support for build system
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 31f3ced51..819ed8bca 100644 --- a/target/Config.in +++ b/target/Config.in @@ -91,6 +91,10 @@ config i686 config m68k bool +config lexra + select BIG_ENDIAN + bool + config mips select BIG_ENDIAN bool @@ -154,4 +158,5 @@ config ARCH default "sh4eb" if sh4eb default "sparc" if sparc default "x86_64" if x86_64 + default "mips" if lexra |