scripts/build/libc/glibc.sh
changeset 1560 79a609170a83
parent 1482 d0d2d372fd46
child 1551 8c40b842e798
child 1557 a576367cac44
     1.1 --- a/scripts/build/libc/glibc.sh	Wed Aug 19 19:44:43 2009 +0200
     1.2 +++ b/scripts/build/libc/glibc.sh	Sat Oct 03 18:49:23 2009 +0200
     1.3 @@ -395,8 +395,8 @@
     1.4      esac
     1.5  
     1.6      case "${CT_ARCH_FLOAT_HW},${CT_ARCH_FLOAT_SW}" in
     1.7 -        y,) extra_config+=("--with-fp";;
     1.8 -        ,y) extra_config+=("--without-fp";;
     1.9 +        y,) extra_config+=("--with-fp");;
    1.10 +        ,y) extra_config+=("--without-fp");;
    1.11      esac
    1.12  
    1.13      case "$(do_libc_add_ons_list ,)" in