From 298223b5421c861099adae911144ff33c64ffbe5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 26 Apr 2015 06:42:16 -0500 Subject: allow to build a softfp toolchain for arm, result tested on rpi --- target/config/Config.in.float.choice | 4 ++++ target/config/Config.in.float.default | 1 + 2 files changed, 5 insertions(+) diff --git a/target/config/Config.in.float.choice b/target/config/Config.in.float.choice index 65ec89d4e..e22ac65f3 100644 --- a/target/config/Config.in.float.choice +++ b/target/config/Config.in.float.choice @@ -14,4 +14,8 @@ config ADK_TARGET_HARD_FLOAT config ADK_TARGET_SOFT_FLOAT bool "soft-float" +config ADK_TARGET_SOFTFP_FLOAT + bool "softfp" + depends on ADK_TARGET_ARCH_ARM + endchoice diff --git a/target/config/Config.in.float.default b/target/config/Config.in.float.default index 886d85e5c..8c1f41bde 100644 --- a/target/config/Config.in.float.default +++ b/target/config/Config.in.float.default @@ -5,3 +5,4 @@ config ADK_TARGET_FLOAT string default "hard" if ADK_TARGET_HARD_FLOAT default "soft" if ADK_TARGET_SOFT_FLOAT + default "softfp" if ADK_TARGET_SOFTFP_FLOAT -- cgit v1.2.3