Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / hppa / configure
blobc47fb6d0a3aa4ad6401ffc429783f30c1264da85
2 # as_fn_set_status STATUS
3 # -----------------------
4 # Set $? to STATUS, without forking.
5 as_fn_set_status ()
7   return $1
8 } # as_fn_set_status
10 # as_fn_exit STATUS
11 # -----------------
12 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13 as_fn_exit ()
15   set +e
16   as_fn_set_status $1
17   exit $1
18 } # as_fn_exit
19 if expr a : '\(a\)' >/dev/null 2>&1 &&
20    test "X`expr 00001 : '.*\(...\)'`" = X001; then
21   as_expr=expr
22 else
23   as_expr=false
26 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27   as_basename=basename
28 else
29   as_basename=false
32 as_me=`$as_basename -- "$0" ||
33 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
34          X"$0" : 'X\(//\)$' \| \
35          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
36 $as_echo X/"$0" |
37     sed '/^.*\/\([^/][^/]*\)\/*$/{
38             s//\1/
39             q
40           }
41           /^X\/\(\/\/\)$/{
42             s//\1/
43             q
44           }
45           /^X\/\(\/\).*/{
46             s//\1/
47             q
48           }
49           s/.*/./; q'`
52   as_lineno_1=$LINENO as_lineno_1a=$LINENO
53   as_lineno_2=$LINENO as_lineno_2a=$LINENO
54   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
55   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
56   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
57   sed -n '
58     p
59     /[$]LINENO/=
60   ' <$as_myself |
61     sed '
62       s/[$]LINENO.*/&-/
63       t lineno
64       b
65       :lineno
66       N
67       :loop
68       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
69       t loop
70       s/-\n.*//
71     ' >$as_me.lineno &&
72   chmod +x "$as_me.lineno" ||
73     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
75   # Don't try to exec as it changes $[0], causing all sort of problems
76   # (the dirname of $[0] is not the place where we might find the
77   # original and so on.  Autoconf is especially sensitive to this).
78   . "./$as_me.lineno"
79   # Exit status is that of the last command.
80   exit
83 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
85 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler line separator" >&5
86 $as_echo_n "checking for assembler line separator... " >&6; }
87 if ${libc_cv_asm_line_sep+:} false; then :
88   $as_echo_n "(cached) " >&6
89 else
90   cat > conftest.s <<EOF
91 nop ; is_old_puffin
92 EOF
93 if { ac_try='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
94   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
95   (eval $ac_try) 2>&5
96   ac_status=$?
97   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
98   test $ac_status = 0; }; }; then
99   libc_cv_asm_line_sep='!'
100 else
101   if test -z "$enable_hacker_mode"; then
102     echo "*** You need a newer assembler to compile glibc"
103     rm -f conftest*
104     exit 1
105   fi
106   libc_cv_asm_line_sep=';'
108 rm -f conftest*
110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_line_sep" >&5
111 $as_echo "$libc_cv_asm_line_sep" >&6; }
112 cat >>confdefs.h <<_ACEOF
113 #define ASM_LINE_SEP $libc_cv_asm_line_sep
114 _ACEOF
117 # Check for support of thread-local storage handling in assembler and
118 # linker.
119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hppa TLS support" >&5
120 $as_echo_n "checking for hppa TLS support... " >&6; }
121 if ${libc_cv_hppa_tls+:} false; then :
122   $as_echo_n "(cached) " >&6
123 else
124   cat > conftest.s <<\EOF
125 ; Setup tls data
126 .section ".tdata","awT",@progbits
127 foo:    .data   32
128         .text
129 ; Test general dyanmic relocations
130 test0:
131         addil   LT'foo-$tls_gdidx$, %r19
132         ldo     RT'foo-$tls_gdidx$(%r1), %r26
133         b       __tls_get_addr
134         nop
135 ; Test local dynamic relocations
136 test1:
137         addil   LT'foo-$tls_ldidx$, %r19
138         b       __tls_get_addr
139         ldo     RT'foo-$tls_ldidx$(%r1), %r26
140         ldo     RR'foo-$tls_dtpoff$(%r1), %r25
141         ; More variables can be loaded...
142 ; Test initial exec reloctiosn
143 test2:
144         mfctl   %cr27, %r26
145         addil   LT'foo-$tls_ieoff$, %r19
146         ldw     RT'foo-$tls_ieoff$(%r1), %r25
147         add     %r26, %r25, %r24
148 ; Test local exec relocations
149 test3:
150         mfctl   %cr27, %r26
151         addil   LR'foo-$tls_leoff$, %r26
152         ldo     RR'foo-$tls_leoff$(%r1), %r25
153 ; Done all the TLS tests.
155 if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'
156   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
157   (eval $ac_try) 2>&5
158   ac_status=$?
159   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
160   test $ac_status = 0; }; }; then
161   libc_cv_hppa_tls=yes
162 else
163   libc_cv_hppa_tls=no
165 rm -f conftest*
167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_hppa_tls" >&5
168 $as_echo "$libc_cv_hppa_tls" >&6; }
169 if test $libc_cv_hppa_tls = no; then
170   as_fn_error $? "the assembler must support TLS" "$LINENO" 5