mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Regenerate configure.
Run using vanilla upstream autoconf 2.69. Minor whitespace change to sysdeps/loongarch/configure and sysdeps/mach/configure, and nothing else.
This commit is contained in:
parent
748e23afb5
commit
b01f976900
5
sysdeps/loongarch/configure
vendored
5
sysdeps/loongarch/configure
vendored
@ -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=$?
|
||||
|
2
sysdeps/mach/configure
vendored
2
sysdeps/mach/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user