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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/config/Config.in') diff --git a/target/config/Config.in b/target/config/Config.in index dcef7ad51..a4c2f9dae 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -26,6 +26,11 @@ config ADK_TARGET_QEMU config ADK_TARGET_VBOX bool +config ADK_TARGET_ARCH_ARM_WITH_THUMB + bool + select ADK_KERNEL_THUMB2_KERNEL + depends on ADK_TARGET_ARCH_ARM + # the inverse of ADK_TARGET_KERNEL_CUSTOMISING, # allows for selecting it off (i.e., to disable it) config ADK_TARGET_FIXED_KERNEL -- cgit v1.2.3