diff -r 3b812ba8d001 -r ef0142a8ad4c scripts/build/cc/gcc.sh --- a/scripts/build/cc/gcc.sh Sat Oct 09 11:38:04 2010 +0200 +++ b/scripts/build/cc/gcc.sh Wed Oct 20 15:25:38 2010 +0200 @@ -192,8 +192,8 @@ fi case "${CT_CC_GCC_LDBL_128}" in - Y) extra_config+=("--with-long-double-128");; - M) ;; + y) extra_config+=("--with-long-double-128");; + m) ;; "") extra_config+=("--without-long-double-128");; esac @@ -438,8 +438,8 @@ fi case "${CT_CC_GCC_LDBL_128}" in - Y) extra_config+=("--with-long-double-128");; - M) ;; + y) extra_config+=("--with-long-double-128");; + m) ;; "") extra_config+=("--without-long-double-128");; esac