diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-07 22:14:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-07 22:14:29 +0200 |
commit | 488db3d5e0f0dc3c7c8c968e81aa3a1107c459bf (patch) | |
tree | 5915f4140e05b81e051cd27c1770c76a123e2765 /target/config | |
parent | 4ecd663f86978ac4dac9770d45b9b0d151e590be (diff) |
fix eabi/eabihf handling for qemu-arm
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.arm.choice | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.arm.choice b/target/config/Config.in.arm.choice index 0b6d2081d..a232c7008 100644 --- a/target/config/Config.in.arm.choice +++ b/target/config/Config.in.arm.choice @@ -26,9 +26,11 @@ depends on ADK_TARGET_CPU_WITH_FPU || ADK_TARGET_SYSTEM_QEMU_ARM config ADK_TARGET_ARM_HARD_FLOAT boolean "Use hard-float for system with FPU" select ADK_hard_float + select ADK_eabihf config ADK_TARGET_ARM_SOFT_FLOAT boolean "Use soft-float for system without FPU" select ADK_soft_float + select ADK_eabi endchoice |