diff options
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions index f4b19ca1..63c0423f 100644 --- a/scripts/functions +++ b/scripts/functions @@ -993,6 +993,10 @@ CT_DoBuildTargetTuple() { CT_ARCH_FLOAT_CFLAG="-msoft-float" CT_ARCH_WITH_FLOAT="--with-float=soft" ;; + softfp) + CT_ARCH_FLOAT_CFLAG="-mfloat-abi=softfp" + CT_ARCH_WITH_FLOAT="--with-float=softfp" + ;; esac # Build the default kernel tuple part |