summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/build/cc/gcc.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/build/cc/gcc.sh b/scripts/build/cc/gcc.sh
index db91f86..2dffb35 100644
--- a/scripts/build/cc/gcc.sh
+++ b/scripts/build/cc/gcc.sh
@@ -192,8 +192,8 @@ do_cc_core() {
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 @@ do_cc() {
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