summary refs log tree commit diff
path: root/sysdeps/loongarch/configure
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/loongarch/configure')
-rw-r--r--sysdeps/loongarch/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/loongarch/configure b/sysdeps/loongarch/configure
index a08ba67c9a..f6c078c1ad 100644
--- a/sysdeps/loongarch/configure
+++ b/sysdeps/loongarch/configure
@@ -74,12 +74,13 @@ if test "$libc_cv_static_pie_on_loongarch" = yes; then
 fi
 
   # Check if gcc supports option -mcmodel=medium.
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports option -mcmodel=medium" >&5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports option -mcmodel=medium" >&5
 $as_echo_n "checking whether $CC supports option -mcmodel=medium... " >&6; }
 if ${libc_cv_loongarch_cmodel_medium+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-    if { ac_try='${CC-cc} -c $CFLAGS -mcmodel=medium /dev/null 1>&5'
+
+  if { ac_try='${CC-cc} -c $CFLAGS -mcmodel=medium /dev/null 1>&5'
   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
   (eval $ac_try) 2>&5
   ac_status=$?