summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/target.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in
index 78aa3bc..db08f22 100644
--- a/config/target.in
+++ b/config/target.in
@@ -260,6 +260,7 @@ config ARCH_FPU
choice
bool
prompt "Floating point:"
+ depends on ARCH_SUPPORTS_WITH_FLOAT
config ARCH_FLOAT_HW
bool
@@ -328,6 +329,7 @@ config TARGET_LDFLAGS
config ARCH_FLOAT
string
+ default "" if ! ARCH_SUPPORTS_WITH_FLOAT
default "hard" if ARCH_FLOAT_HW
default "soft" if ARCH_FLOAT_SW
default "softfp" if ARCH_FLOAT_SOFTFP