scripts/build/cc/gcc.sh
changeset 2153 ef0142a8ad4c
parent 2146 3b812ba8d001
child 2154 250cdcc86441
     1.1 --- a/scripts/build/cc/gcc.sh	Sat Oct 09 11:38:04 2010 +0200
     1.2 +++ b/scripts/build/cc/gcc.sh	Wed Oct 20 15:25:38 2010 +0200
     1.3 @@ -192,8 +192,8 @@
     1.4      fi
     1.5  
     1.6      case "${CT_CC_GCC_LDBL_128}" in
     1.7 -        Y)  extra_config+=("--with-long-double-128");;
     1.8 -        M)  ;;
     1.9 +        y)  extra_config+=("--with-long-double-128");;
    1.10 +        m)  ;;
    1.11          "") extra_config+=("--without-long-double-128");;
    1.12      esac
    1.13  
    1.14 @@ -438,8 +438,8 @@
    1.15      fi
    1.16  
    1.17      case "${CT_CC_GCC_LDBL_128}" in
    1.18 -        Y)  extra_config+=("--with-long-double-128");;
    1.19 -        M)  ;;
    1.20 +        y)  extra_config+=("--with-long-double-128");;
    1.21 +        m)  ;;
    1.22          "") extra_config+=("--without-long-double-128");;
    1.23      esac
    1.24