diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-02 06:22:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-02 06:22:02 +0000 |
commit | aa298c0874c545acf0fc40f8d544cb96f0270990 (patch) | |
tree | 6c96da4360d92f1976c4d952d4db77f0235b02e8 /sysdeps/alpha/elf/configure | |
parent | 0674eb08eee7e4f8c9c31877b9579e7ab7a23f72 (diff) | |
download | glibc-aa298c0874c545acf0fc40f8d544cb96f0270990.tar.gz glibc-aa298c0874c545acf0fc40f8d544cb96f0270990.tar.xz glibc-aa298c0874c545acf0fc40f8d544cb96f0270990.zip |
Update.
2002-10-02 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/pt-machine.h: Make C code ifndef'ed with __ASSEMBLER__. * sysdeps/sh/tls.h: Likewise. * sysdeps/unix/sysv/linux/sh/smp.h: New file.
Diffstat (limited to 'sysdeps/alpha/elf/configure')
-rwxr-xr-x | sysdeps/alpha/elf/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/elf/configure b/sysdeps/alpha/elf/configure index ab3c0932aa..3ca6793758 100755 --- a/sysdeps/alpha/elf/configure +++ b/sysdeps/alpha/elf/configure @@ -60,7 +60,7 @@ fi fi echo $ac_n "checking for GP relative module local relocs""... $ac_c" 1>&6 -echo "configure:20: checking for GP relative module local relocs" >&5 +echo "configure:64: checking for GP relative module local relocs" >&5 if eval "test \"`echo '$''{'libc_cv_alpha_hidden_gprel'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -75,7 +75,7 @@ int foo (void) EOF libc_cv_alpha_hidden_gprel=no -if { ac_try='${CC-cc} -S $CFLAGS -O2 -fpic conftest.c 1>&5'; { (eval echo configure:35: \"$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 configure:79: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then if grep -q 'bar.*!gprel' conftest.s \ && grep -q 'baz.*!gprel' conftest.s \ && ! grep -q 'bar.*!literal' conftest.s \ |