Browse Source

architecure/arm: fixed to also expose fpu optimisation settings when softfp float ABI is selected

stable/0.6
Christian Wiese 10 years ago
parent
commit
f81bf06e5a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      architecture/arm/config.in

+ 1
- 1
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" \

Loading…
Cancel
Save