summaryrefslogtreecommitdiff
path: root/target/config/Config.in.float
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-30 17:54:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-30 17:56:52 +0200
commit185f430dbf2c36415930941eced92723824950d6 (patch)
tree4dcd88236e1011b3fc2da9c3e567da0b9d7fe4d1 /target/config/Config.in.float
parent2045193013cf9f18c3bdf6e81daf2bb87c17bff4 (diff)
remove unfinished alternative os porting efforts
Diffstat (limited to 'target/config/Config.in.float')
-rw-r--r--target/config/Config.in.float5
1 files changed, 2 insertions, 3 deletions
diff --git a/target/config/Config.in.float b/target/config/Config.in.float
index 4264dd437..3fd79d2b9 100644
--- a/target/config/Config.in.float
+++ b/target/config/Config.in.float
@@ -13,8 +13,7 @@ depends on ADK_TARGET_ARCH_ARM || \
config ADK_TARGET_HARD_FLOAT
bool "hard-float"
depends on ADK_TARGET_CPU_WITH_FPU \
- && !ADK_TARGET_CPU_WITH_FPU_FPV5 \
- && !ADK_TARGET_OS_FROSTED
+ && !ADK_TARGET_CPU_WITH_FPU_FPV5
config ADK_TARGET_HARD_FLOAT_SP
bool "hard-float-single-precision"
@@ -29,7 +28,7 @@ config ADK_TARGET_SOFT_FLOAT
config ADK_TARGET_SOFTFP_FLOAT
bool "softfp"
- depends on ADK_TARGET_ARCH_ARM && !ADK_TARGET_OS_FROSTED
+ depends on ADK_TARGET_ARCH_ARM
endchoice