1 # This file is generated from configure.in by Autoconf. DO NOT EDIT!
2 # Local configure fragment for sysdeps/arm/elf.
4 if test "$usetls" != no; then
5 # Check for support of thread-local storage handling in assembler and
7 echo "$as_me:$LINENO: checking for ARM TLS support" >&5
8 echo $ECHO_N "checking for ARM TLS support... $ECHO_C" >&6
9 if test "${libc_cv_arm_tls+set}" = set; then
10 echo $ECHO_N "(cached) $ECHO_C" >&6
12 cat > conftest.s <<\EOF
13 .section ".tdata", "awT", %progbits
16 .section ".tbss", "awT", %nobits
23 if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'
24 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28 (exit $ac_status); }; }; then
35 echo "$as_me:$LINENO: result: $libc_cv_arm_tls" >&5
36 echo "${ECHO_T}$libc_cv_arm_tls" >&6
37 if test $libc_cv_arm_tls = yes; then
38 cat >>confdefs.h <<\_ACEOF
39 #define HAVE_TLS_SUPPORT 1
45 #AC_DEFINE(PI_STATIC_AND_HIDDEN)