scripts/build/libc/glibc-eglibc.sh-common
changeset 2739 f320e22f2cba
parent 2737 b5179235b925
child 2765 6c5658b8b588
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Wed Oct 19 15:27:32 2011 +1300
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Wed Oct 19 15:27:32 2011 +1300
     1.3 @@ -135,6 +135,7 @@
     1.4      case "${CT_ARCH_FLOAT}" in
     1.5          hard)   extra_config+=("--with-fp");;
     1.6          soft)   extra_config+=("--without-fp");;
     1.7 +        softfp) extra_config+=("--with-fp");;
     1.8      esac
     1.9  
    1.10      if [ "${CT_LIBC_DISABLE_VERSIONING}" = "y" ]; then