diff options
author | Carlos O'Donell <carlos@redhat.com> | 2023-01-31 16:48:15 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2023-01-31 17:51:40 -0500 |
commit | b01f9769004dc651f2174c1ba5154afc85d8b8a1 (patch) | |
tree | 08c359ca32e9d21f9152dc626131703f1f409e4a /sysdeps/loongarch | |
parent | 748e23afb5263631a61528f628562e707f072f9a (diff) | |
download | glibc-b01f9769004dc651f2174c1ba5154afc85d8b8a1.zip glibc-b01f9769004dc651f2174c1ba5154afc85d8b8a1.tar.gz glibc-b01f9769004dc651f2174c1ba5154afc85d8b8a1.tar.bz2 |
Regenerate configure.
Run using vanilla upstream autoconf 2.69.
Minor whitespace change to sysdeps/loongarch/configure and
sysdeps/mach/configure, and nothing else.
Diffstat (limited to 'sysdeps/loongarch')
-rw-r--r-- | sysdeps/loongarch/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/loongarch/configure b/sysdeps/loongarch/configure index a08ba67..f6c078c 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=$? |