diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-03 18:27:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-03 18:27:31 +0200 |
commit | 1433cebb53a5b8b639e4e0c06d286fa7e7e31c27 (patch) | |
tree | f65ca6b177000413790375109fa423528c1ac5ba /target/config | |
parent | f5c0438fdf506512f43494ef7361d24bdcaf506d (diff) |
thumb1 could be used for this arm cpu
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index fc2ddcf88..e1a4513dc 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -89,6 +89,7 @@ config ADK_TARGET_CPU_ARM_ARM926EJ_S select ADK_TARGET_SUPPORTS_THREADS select ADK_TARGET_SUPPORTS_NPTL select ADK_TARGET_SUPPORTS_LT + select ADK_TARGET_CPU_WITH_THUMB depends on ADK_TARGET_ARCH_ARM config ADK_TARGET_CPU_ARM_ARM11MPCORE |