diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-23 03:13:16 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-23 03:13:16 -0500 |
commit | 6cebe0b4795fd2d4f3b00b026286fe05c8366e67 (patch) | |
tree | 3181a4049f4be685b6d357620d68ff1937a888a0 /target/config/Config.in.x86.choice | |
parent | efcca41dedb193f95ec581320d08a3e56b47d0ca (diff) |
allow to select CPU flavour for toolchain building via env
Add a more generic way to define CPU flavours for Toolchain
building. Add Cortex-A8 definition. Move Thumb symbol around.
Diffstat (limited to 'target/config/Config.in.x86.choice')
-rw-r--r-- | target/config/Config.in.x86.choice | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/config/Config.in.x86.choice b/target/config/Config.in.x86.choice deleted file mode 100644 index fb6b848d4..000000000 --- a/target/config/Config.in.x86.choice +++ /dev/null @@ -1,25 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -choice ADK_TARGET_X86_CPU_ARCH -prompt "CPU architecture" -depends on (ADK_TARGET_SYSTEM_QEMU_X86 || ADK_TARGET_SYSTEM_GENERIC_PC || ADK_TARGET_SYSTEM_VBOX_X86 || ADK_TARGET_TOOLCHAIN) && ADK_TARGET_ARCH_X86 -default ADK_CPU_I486 - -config ADK_CPU_I486 - bool "i486" - select ADK_i486 - -config ADK_CPU_I586 - bool "i586" - select ADK_i586 - -config ADK_CPU_I686 - bool "i686" - select ADK_i686 - -config ADK_CPU_ATOM - bool "atom" - select ADK_atom - -endchoice |