scripts/build/libc/glibc-eglibc.sh-common
changeset 2737 b5179235b925
parent 2706 30c89d1f74a4
child 2739 f320e22f2cba
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Tue Oct 11 22:21:48 2011 +0200
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Wed Oct 19 15:27:32 2011 +1300
     1.3 @@ -132,9 +132,9 @@
     1.4          *) extra_config+=("--disable-shared");;
     1.5      esac
     1.6  
     1.7 -    case "${CT_ARCH_FLOAT_HW},${CT_ARCH_FLOAT_SW}" in
     1.8 -        y,) extra_config+=("--with-fp");;
     1.9 -        ,y) extra_config+=("--without-fp");;
    1.10 +    case "${CT_ARCH_FLOAT}" in
    1.11 +        hard)   extra_config+=("--with-fp");;
    1.12 +        soft)   extra_config+=("--without-fp");;
    1.13      esac
    1.14  
    1.15      if [ "${CT_LIBC_DISABLE_VERSIONING}" = "y" ]; then