summaryrefslogtreecommitdiff
path: root/target/config/Config.in.x86.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-05 21:13:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-05 21:27:04 +0200
commit0b6ee788a600073196cbfbd89c565fba849d696f (patch)
tree74e2f36f0051695612768921585f6c385df52f80 /target/config/Config.in.x86.choice
parent4a7a685e62e00b93c291af9c0e138baca57a4c0a (diff)
add different arm architectures for toolchain building
Diffstat (limited to 'target/config/Config.in.x86.choice')
-rw-r--r--target/config/Config.in.x86.choice2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.x86.choice b/target/config/Config.in.x86.choice
index e49d27686..ee1d5815b 100644
--- a/target/config/Config.in.x86.choice
+++ b/target/config/Config.in.x86.choice
@@ -3,7 +3,7 @@
choice ADK_TARGET_X86_CPU_MODEL
prompt "CPU model"
-depends on ADK_TARGET_SYSTEM_QEMU_X86 || ADK_TARGET_SYSTEM_GENERIC_PC || ADK_TARGET_SYSTEM_VBOX_X86
+depends on (ADK_TARGET_SYSTEM_QEMU_X86 || ADK_TARGET_SYSTEM_GENERIC_PC || ADK_TARGET_SYSTEM_VBOX_X86 || ADK_TARGET_TOOLCHAIN) && ADK_LINUX_X86
default ADK_CPU_I686
config ADK_CPU_I486