summaryrefslogtreecommitdiff
path: root/target/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in
index 31a4e59..e506512 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -42,7 +42,10 @@ config PROFILE_KCONFIG
config i386
bool
-
+
+config i686
+ bool
+
config mips
select BIG_ENDIAN
bool
@@ -99,6 +102,7 @@ config ARCH
default "avr32" if avr32
default "cris" if cris
default "i386" if i386
+ default "i686" if i686
default "m68k" if m68k
default "mips" if mips
default "mipsel" if mipsel