summaryrefslogtreecommitdiff
path: root/target/config/Config.in.archopts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-04-21 17:39:25 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-04-22 10:55:18 +0100
commit78cfc08d9cd15de79da69f766d8f064fa9b1a2c9 (patch)
tree3bed1229026f4879d326cc42823376373b61683e /target/config/Config.in.archopts
parentb9184a07a902ddea8258e5825397b0b43f138ab6 (diff)
arm: fix thumb2 mode with binutils 2.30
Diffstat (limited to 'target/config/Config.in.archopts')
-rw-r--r--target/config/Config.in.archopts6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/config/Config.in.archopts b/target/config/Config.in.archopts
index e6d5cf00e..9393a5ac8 100644
--- a/target/config/Config.in.archopts
+++ b/target/config/Config.in.archopts
@@ -10,8 +10,10 @@ config ADK_TARGET_ARCH_ARM_WITH_ARM
config ADK_TARGET_ARCH_ARM_WITH_THUMB
bool "thumb"
- select ADK_KERNEL_ARM_THUMB
- select ADK_KERNEL_THUMB2_KERNEL
+ select ADK_LINUX_KERNEL_ARM_THUMB if ADK_TARGET_OS_LINUX
+ select ADK_LINUX_KERNEL_THUMB2_KERNEL if ADK_TARGET_OS_LINUX
+ select ADK_WALDUX_KERNEL_ARM_THUMB if ADK_TARGET_OS_WALDUX
+ select ADK_WALDUX_KERNEL_THUMB2_KERNEL if ADK_TARGET_OS_WALDUX
depends on ADK_TARGET_CPU_WITH_THUMB || ADK_TARGET_CPU_WITH_THUMB2
endchoice