From cef0a48dd199f20461719c667b977264d51da935 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 21 Feb 2003 19:11:49 +0000 Subject: Update. 2003-02-21 Jakub Jelinek * sysdeps/sparc/sparc64/elf/configure.in: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS): Use -fcall-used-g6, not -fcall-used-g7. --- sysdeps/sparc/sparc64/elf/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/sparc/sparc64/elf/configure.in') diff --git a/sysdeps/sparc/sparc64/elf/configure.in b/sysdeps/sparc/sparc64/elf/configure.in index a2657aed5e..fd7e34e900 100644 --- a/sysdeps/sparc/sparc64/elf/configure.in +++ b/sysdeps/sparc/sparc64/elf/configure.in @@ -4,6 +4,7 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and linker. AC_CACHE_CHECK(for sparc64 TLS support, libc_cv_sparc64_tls, [dnl +changequote(,)dnl cat > conftest.s <<\EOF .section ".tdata", "awT", @progbits .globl foo @@ -31,6 +32,7 @@ main: sethi %tgd_hi22(foo), %l1 sethi %tle_hix22(foo), %l1 xor %l1, %tle_lox10(foo), %l1 EOF +changequote([,])dnl dnl if AC_TRY_COMMAND(${CC-cc} -o conftest.bin $CFLAGS conftest.s 1>&AS_MESSAGE_LOG_FD); then libc_cv_sparc64_tls=yes -- cgit 1.4.1