From 6cebe0b4795fd2d4f3b00b026286fe05c8366e67 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 23 Mar 2015 03:13:16 -0500 Subject: 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. --- target/config/Config.in.x86.choice | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 target/config/Config.in.x86.choice (limited to 'target/config/Config.in.x86.choice') 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 -- cgit v1.2.3