From 963ea3008447bf59907fb95aa0223aa86699e901 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 5 Jan 2015 14:13:51 -0600 Subject: thumb fixes. --- target/config/Config.in.arm.default | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/config/Config.in.arm.default') diff --git a/target/config/Config.in.arm.default b/target/config/Config.in.arm.default index 3e6dac47b..53ddb76be 100644 --- a/target/config/Config.in.arm.default +++ b/target/config/Config.in.arm.default @@ -2,24 +2,24 @@ # material, please see the LICENCE file in the top-level directory. config ADK_soft_float - boolean + bool config ADK_hard_float - boolean + bool config ADK_fpu_neon - boolean + bool config ADK_fpu_vfp - boolean + bool config ADK_TARGET_ARM_HARD_FLOAT - boolean + bool select ADK_hard_float default y if ADK_TARGET_ABI_EABIHF config ADK_TARGET_ARM_SOFT_FLOAT - boolean + bool select ADK_soft_float default y if ADK_TARGET_ABI_EABI -- cgit v1.2.3