diff options
Diffstat (limited to 'target/config/Config.in.float')
-rw-r--r-- | target/config/Config.in.float | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/config/Config.in.float b/target/config/Config.in.float index 8a17873c4..842b38f0b 100644 --- a/target/config/Config.in.float +++ b/target/config/Config.in.float @@ -11,7 +11,9 @@ 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 + depends on ADK_TARGET_CPU_WITH_FPU \ + && !ADK_TARGET_CPU_WITH_FPU_FPV5 \ + && !ADK_TARGET_OS_FROSTED config ADK_TARGET_HARD_FLOAT_SP bool "hard-float-single-precision" @@ -26,7 +28,7 @@ config ADK_TARGET_SOFT_FLOAT config ADK_TARGET_SOFTFP_FLOAT bool "softfp" - depends on ADK_TARGET_ARCH_ARM + depends on ADK_TARGET_ARCH_ARM && !ADK_TARGET_OS_FROSTED endchoice |