From 28e54116c34116cbecae0533366bce6b2b55f96e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 19 Oct 2011 15:27:32 +1300 Subject: scripts: introduce float type as a string With the upcoming softfp support, the case..esac test would become a bit convoluted if it were to test three different booleans. Introduce a new blind string config option that defaults to the selected floating point type used. Signed-off-by: Michael Hope [yann.morin.1998@anciens.enib.fr: split the original patch] Signed-off-by: "Yann E. MORIN" --- config/target.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/target.in') diff --git a/config/target.in b/config/target.in index 8282a9d4..d38e4c19 100644 --- a/config/target.in +++ b/config/target.in @@ -296,6 +296,11 @@ config TARGET_LDFLAGS Leave blank if you don't know better. +config ARCH_FLOAT + string + default "hard" if ARCH_FLOAT_HW + default "soft" if ARCH_FLOAT_SW + source "config.gen/arch.in.2" endmenu -- cgit v1.2.3