From f81bf06e5afd63b0d145d100d83cdce58aa4511b Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 31 Dec 2013 18:26:25 +0100 Subject: [PATCH] architecure/arm: fixed to also expose fpu optimisation settings when softfp float ABI is selected --- architecture/arm/config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture/arm/config.in b/architecture/arm/config.in index e984726..86f7010 100644 --- a/architecture/arm/config.in +++ b/architecture/arm/config.in @@ -144,7 +144,7 @@ choice SDECFG_ARM_FLOAT_ABI soft \ softfp "hardware floating-point instructions using soft-float calling conventions" \ hard "hardware floating-point instructions using FPU-specific calling conventions" -if [ $SDECFG_ARM_FLOAT_ABI == hard ]; then +if [ $SDECFG_ARM_FLOAT_ABI != soft ]; then choice SDECFG_ARM_FPU neon \ fpa "fpa" \ fpe2 "fpe2" \