]> sourceware.org Git - glibc.git/commitdiff
Regenerate configure.
authorCarlos O'Donell <carlos@redhat.com>
Tue, 31 Jan 2023 21:48:15 +0000 (16:48 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Tue, 31 Jan 2023 22:51:40 +0000 (17:51 -0500)
Run using vanilla upstream autoconf 2.69.

Minor whitespace change to sysdeps/loongarch/configure and
sysdeps/mach/configure, and nothing else.

sysdeps/loongarch/configure
sysdeps/mach/configure

index a08ba67c9a559cd0cd37efd2cd6c7a67da4072e2..f6c078c1adf9526058974967095bbc6ddf3db6c1 100644 (file)
@@ -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=$?
index e8a1d4710244c05646110a3b4a4f4b905ee06727..3f0a90299f54c9cb4ff07a738f3335b68794e70e 100644 (file)
@@ -217,7 +217,7 @@ $as_echo_n "checking for creation_time in task_basic_info... " >&6; }
 if ${libc_cv_mach_task_creation_time+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #include <mach/task_info.h>
 int
This page took 0.046019 seconds and 5 git commands to generate.