From 93cbb70d2a3339647e1ee8565a20c2ee1617b568 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Thu, 13 Sep 2012 00:26:51 +0300 Subject: lexra platform support for build system Signed-off-by: Roman Yeryomin --- target/Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target') 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 -- cgit v1.2.3