mirror of git://sourceware.org/git/glibc.git
2002-10-19 Roland McGrath <roland@redhat.com>
* configure: Regenerated (using Autoconf 2.54). * sysdeps/alpha/elf/configure: Likewise. * sysdeps/generic/configure: Likewise. * sysdeps/i386/elf/configure: Likewise. * sysdeps/ia64/elf/configure: Likewise. * sysdeps/mach/hurd/configure: Likewise. * sysdeps/mach/configure: Likewise. * sysdeps/unix/configure: Likewise. * sysdeps/unix/common/configure: Likewise. * sysdeps/unix/sysv/aix/configure: Likewise. * sysdeps/unix/sysv/linux/configure: Likewise. * sysdeps/unix/sysv/linux/mips/configure: Likewise. * sysdeps/x86_64/elf/configure: Likewise.
This commit is contained in:
parent
ea5a0c9530
commit
69211cccc6
|
@ -1,12 +1,13 @@
|
||||||
|
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
|
||||||
# Local configure fragment for sysdeps/alpha/elf.
|
# Local configure fragment for sysdeps/alpha/elf.
|
||||||
|
|
||||||
if test "$usetls" != no; then
|
if test "$usetls" != no; then
|
||||||
# Check for support of thread-local storage handling in assembler and
|
# Check for support of thread-local storage handling in assembler and
|
||||||
# linker.
|
# linker.
|
||||||
echo $ac_n "checking for Alpha TLS support""... $ac_c" 1>&6
|
echo "$as_me:$LINENO: checking for Alpha TLS support" >&5
|
||||||
echo "configure:8: checking for Alpha TLS support" >&5
|
echo $ECHO_N "checking for Alpha TLS support... $ECHO_C" >&6
|
||||||
if eval "test \"`echo '$''{'libc_cv_alpha_tls'+set}'`\" = set"; then
|
if test "${libc_cv_alpha_tls+set}" = set; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
cat > conftest.s <<\EOF
|
cat > conftest.s <<\EOF
|
||||||
.section ".tdata", "awT", @progbits
|
.section ".tdata", "awT", @progbits
|
||||||
|
@ -42,27 +43,32 @@ baz:
|
||||||
lda $16, m($16) !tprello
|
lda $16, m($16) !tprello
|
||||||
lda $16, n($31) !tprel
|
lda $16, n($31) !tprel
|
||||||
EOF
|
EOF
|
||||||
if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'; { (eval echo configure:46: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
|
if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'
|
||||||
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
|
(eval $ac_try) 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); }; }; then
|
||||||
libc_cv_alpha_tls=yes
|
libc_cv_alpha_tls=yes
|
||||||
else
|
else
|
||||||
libc_cv_alpha_tls=no
|
libc_cv_alpha_tls=no
|
||||||
fi
|
fi
|
||||||
rm -f conftest*
|
rm -f conftest*
|
||||||
fi
|
fi
|
||||||
|
echo "$as_me:$LINENO: result: $libc_cv_alpha_tls" >&5
|
||||||
echo "$ac_t""$libc_cv_alpha_tls" 1>&6
|
echo "${ECHO_T}$libc_cv_alpha_tls" >&6
|
||||||
if test $libc_cv_alpha_tls = yes; then
|
if test $libc_cv_alpha_tls = yes; then
|
||||||
cat >> confdefs.h <<\EOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define HAVE_TLS_SUPPORT 1
|
#define HAVE_TLS_SUPPORT 1
|
||||||
EOF
|
_ACEOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for GP relative module local relocs""... $ac_c" 1>&6
|
echo "$as_me:$LINENO: checking for GP relative module local relocs" >&5
|
||||||
echo "configure:64: checking for GP relative module local relocs" >&5
|
echo $ECHO_N "checking for GP relative module local relocs... $ECHO_C" >&6
|
||||||
if eval "test \"`echo '$''{'libc_cv_alpha_hidden_gprel'+set}'`\" = set"; then
|
if test "${libc_cv_alpha_hidden_gprel+set}" = set; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
cat > conftest.c <<\EOF
|
cat > conftest.c <<\EOF
|
||||||
static int bar;
|
static int bar;
|
||||||
|
@ -75,7 +81,12 @@ int foo (void)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
libc_cv_alpha_hidden_gprel=no
|
libc_cv_alpha_hidden_gprel=no
|
||||||
if { ac_try='${CC-cc} -S $CFLAGS -O2 -fpic conftest.c 1>&5'; { (eval echo configure:79: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
|
if { ac_try='${CC-cc} -S $CFLAGS -O2 -fpic conftest.c 1>&5'
|
||||||
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
|
(eval $ac_try) 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); }; }; then
|
||||||
if grep -q 'bar.*!gprel' conftest.s \
|
if grep -q 'bar.*!gprel' conftest.s \
|
||||||
&& grep -q 'baz.*!gprel' conftest.s \
|
&& grep -q 'baz.*!gprel' conftest.s \
|
||||||
&& ! grep -q 'bar.*!literal' conftest.s \
|
&& ! grep -q 'bar.*!literal' conftest.s \
|
||||||
|
@ -85,11 +96,11 @@ if { ac_try='${CC-cc} -S $CFLAGS -O2 -fpic conftest.c 1>&5'; { (eval echo config
|
||||||
fi
|
fi
|
||||||
rm -f conftest*
|
rm -f conftest*
|
||||||
fi
|
fi
|
||||||
|
echo "$as_me:$LINENO: result: $libc_cv_alpha_hidden_gprel" >&5
|
||||||
echo "$ac_t""$libc_cv_alpha_hidden_gprel" 1>&6
|
echo "${ECHO_T}$libc_cv_alpha_hidden_gprel" >&6
|
||||||
if test $libc_cv_alpha_hidden_gprel = yes; then
|
if test $libc_cv_alpha_hidden_gprel = yes; then
|
||||||
cat >> confdefs.h <<\EOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define PI_STATIC_AND_HIDDEN 1
|
#define PI_STATIC_AND_HIDDEN 1
|
||||||
EOF
|
_ACEOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
|
||||||
# Local configure fragment for sysdeps/unix/sysv/aix.
|
# Local configure fragment for sysdeps/unix/sysv/aix.
|
||||||
|
|
||||||
# Don't bother trying to generate any glue code to be compatible with the
|
# Don't bother trying to generate any glue code to be compatible with the
|
||||||
|
|
|
@ -1,45 +1,52 @@
|
||||||
|
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
|
||||||
# Local configure fragment for sysdeps/unix/sysv/linux/mips.
|
# Local configure fragment for sysdeps/unix/sysv/linux/mips.
|
||||||
|
|
||||||
for ac_prog in $AS
|
for ac_prog in $AS
|
||||||
do
|
do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
echo "configure:9: checking for $ac_word" >&5
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
|
if test "${ac_cv_prog_AS+set}" = set; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
if test -n "$AS"; then
|
if test -n "$AS"; then
|
||||||
ac_cv_prog_AS="$AS" # Let the user override the test.
|
ac_cv_prog_AS="$AS" # Let the user override the test.
|
||||||
else
|
else
|
||||||
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
ac_dummy="$PATH"
|
for as_dir in $PATH
|
||||||
for ac_dir in $ac_dummy; do
|
do
|
||||||
test -z "$ac_dir" && ac_dir=.
|
IFS=$as_save_IFS
|
||||||
if test -f $ac_dir/$ac_word; then
|
test -z "$as_dir" && as_dir=.
|
||||||
ac_cv_prog_AS="$ac_prog"
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
break
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
fi
|
ac_cv_prog_AS="$ac_prog"
|
||||||
done
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
IFS="$ac_save_ifs"
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
AS="$ac_cv_prog_AS"
|
AS=$ac_cv_prog_AS
|
||||||
if test -n "$AS"; then
|
if test -n "$AS"; then
|
||||||
echo "$ac_t""$AS" 1>&6
|
echo "$as_me:$LINENO: result: $AS" >&5
|
||||||
|
echo "${ECHO_T}$AS" >&6
|
||||||
else
|
else
|
||||||
echo "$ac_t""no" 1>&6
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test -n "$AS" && break
|
test -n "$AS" && break
|
||||||
done
|
done
|
||||||
|
|
||||||
if test -z "$AS"; then
|
if test -z "$AS"; then
|
||||||
ac_verc_fail=yes
|
ac_verc_fail=yes
|
||||||
else
|
else
|
||||||
# Found it, now check the version.
|
# Found it, now check the version.
|
||||||
echo $ac_n "checking version of $AS""... $ac_c" 1>&6
|
echo "$as_me:$LINENO: checking version of $AS" >&5
|
||||||
echo "configure:43: checking version of $AS" >&5
|
echo $ECHO_N "checking version of $AS... $ECHO_C" >&6
|
||||||
ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\(-ia64-[0-9]*\)*\).*$/\1/p'`
|
ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\(-ia64-[0-9]*\)*\).*$/\1/p'`
|
||||||
case $ac_prog_version in
|
case $ac_prog_version in
|
||||||
'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
|
'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
|
||||||
|
@ -48,11 +55,15 @@ echo "configure:43: checking version of $AS" >&5
|
||||||
*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
|
*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
echo "$ac_t""$ac_prog_version" 1>&6
|
echo "$as_me:$LINENO: result: $ac_prog_version" >&5
|
||||||
|
echo "${ECHO_T}$ac_prog_version" >&6
|
||||||
fi
|
fi
|
||||||
if test $ac_verc_fail = yes; then
|
if test $ac_verc_fail = yes; then
|
||||||
echo "configure: warning: *** Your binutils versions are too old.
|
{ echo "$as_me:$LINENO: WARNING: *** Your binutils versions are too old.
|
||||||
*** We strongly advise to update binutils. For details check
|
*** We strongly advise to update binutils. For details check
|
||||||
*** the FAQ and INSTALL documents." 1>&2
|
*** the FAQ and INSTALL documents." >&5
|
||||||
|
echo "$as_me: WARNING: *** Your binutils versions are too old.
|
||||||
|
*** We strongly advise to update binutils. For details check
|
||||||
|
*** the FAQ and INSTALL documents." >&2;}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue