Remove use of ranlib.
[platform/upstream/glibc.git] / nptl / sysdeps / pthread / configure
1
2 # as_fn_set_status STATUS
3 # -----------------------
4 # Set $? to STATUS, without forking.
5 as_fn_set_status ()
6 {
7   return $1
8 } # as_fn_set_status
9
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 ()
14 {
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
24 fi
25
26 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27   as_basename=basename
28 else
29   as_basename=false
30 fi
31
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'`
50
51
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; }
74
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
81 }
82
83
84 # ac_fn_c_try_link LINENO
85 # -----------------------
86 # Try to link conftest.$ac_ext, and return whether this succeeded.
87 ac_fn_c_try_link ()
88 {
89   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
90   rm -f conftest.$ac_objext conftest$ac_exeext
91   if { { ac_try="$ac_link"
92 case "(($ac_try" in
93   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
94   *) ac_try_echo=$ac_try;;
95 esac
96 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
97 $as_echo "$ac_try_echo"; } >&5
98   (eval "$ac_link") 2>conftest.err
99   ac_status=$?
100   if test -s conftest.err; then
101     grep -v '^ *+' conftest.err >conftest.er1
102     cat conftest.er1 >&5
103     mv -f conftest.er1 conftest.err
104   fi
105   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
106   test $ac_status = 0; } && {
107          test -z "$ac_c_werror_flag" ||
108          test ! -s conftest.err
109        } && test -s conftest$ac_exeext && {
110          test "$cross_compiling" = yes ||
111          $as_test_x conftest$ac_exeext
112        }; then :
113   ac_retval=0
114 else
115   $as_echo "$as_me: failed program was:" >&5
116 sed 's/^/| /' conftest.$ac_ext >&5
117
118         ac_retval=1
119 fi
120   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
121   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
122   # interfere with the next link command; also delete a directory that is
123   # left behind by Apple's compiler.  We do this before executing the actions.
124   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
125   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
126   as_fn_set_status $ac_retval
127
128 } # ac_fn_c_try_link
129 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
130
131 if test "x$libc_cv_gcc___thread" != xyes; then
132   as_fn_error $? "compiler support for __thread is required" "$LINENO" 5
133 fi
134
135 if test "x${libc_cv_visibility_attribute}" != xyes ||
136    test "x${libc_cv_broken_visibility_attribute}" != xno; then
137   as_fn_error $? "working compiler support for visibility attribute is required" "$LINENO" 5
138 fi
139
140 if test "x$libc_cv_asm_cfi_directives" != xyes; then
141     case "$base_machine" in
142     i386 | x86_64 | powerpc | s390)
143       as_fn_error $? "CFI directive support in assembler is required" "$LINENO" 5 ;;
144     *) ;;
145   esac
146 fi
147
148
149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for forced unwind support" >&5
150 $as_echo_n "checking for forced unwind support... " >&6; }
151 if test "${libc_cv_forced_unwind+set}" = set; then :
152   $as_echo_n "(cached) " >&6
153 else
154   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
155 /* end confdefs.h.  */
156 #include <unwind.h>
157 int
158 main ()
159 {
160
161 struct _Unwind_Exception exc;
162 struct _Unwind_Context *context;
163 _Unwind_GetCFA (context)
164   ;
165   return 0;
166 }
167 _ACEOF
168 if ac_fn_c_try_link "$LINENO"; then :
169   libc_cv_forced_unwind=yes
170 else
171   libc_cv_forced_unwind=no
172 fi
173 rm -f core conftest.err conftest.$ac_objext \
174     conftest$ac_exeext conftest.$ac_ext
175 fi
176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_forced_unwind" >&5
177 $as_echo "$libc_cv_forced_unwind" >&6; }
178 if test $libc_cv_forced_unwind = yes; then
179   $as_echo "#define HAVE_FORCED_UNWIND 1" >>confdefs.h
180
181   old_CFLAGS="$CFLAGS"
182   CFLAGS="$CFLAGS -Werror -fexceptions"
183   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C cleanup handling" >&5
184 $as_echo_n "checking for C cleanup handling... " >&6; }
185 if test "${libc_cv_c_cleanup+set}" = set; then :
186   $as_echo_n "(cached) " >&6
187 else
188     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
189 /* end confdefs.h.  */
190
191 #include <stdio.h>
192 void cl (void *a) { }
193 int
194 main ()
195 {
196
197   int a __attribute__ ((cleanup (cl)));
198   puts ("test")
199   ;
200   return 0;
201 }
202 _ACEOF
203 if ac_fn_c_try_link "$LINENO"; then :
204   libc_cv_c_cleanup=yes
205 else
206   libc_cv_c_cleanup=no
207 fi
208 rm -f core conftest.err conftest.$ac_objext \
209     conftest$ac_exeext conftest.$ac_ext
210 fi
211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_c_cleanup" >&5
212 $as_echo "$libc_cv_c_cleanup" >&6; }
213   CFLAGS="$old_CFLAGS"
214   if test $libc_cv_c_cleanup = no; then
215     as_fn_error $? "the compiler must support C cleanup handling" "$LINENO" 5
216   fi
217 else
218   as_fn_error $? "forced unwind support is required" "$LINENO" 5
219 fi