summaryrefslogtreecommitdiff
path: root/libc/nptl/sysdeps/pthread/configure
blob: 8406d30809e783104f2da0509b6cae0385fa34d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file is generated from configure.in by Autoconf.  DO NOT EDIT!

if test "x$libc_cv_gcc___thread" != xyes; then
  as_fn_error $? "compiler support for __thread is required" "$LINENO" 5
fi

if test "x${libc_cv_visibility_attribute}" != xyes ||
   test "x${libc_cv_broken_visibility_attribute}" != xno; then
  as_fn_error $? "working compiler support for visibility attribute is required" "$LINENO" 5
fi

if test "x$libc_cv_asm_cfi_directives" != xyes; then
    case "$base_machine" in
    i386 | x86_64 | powerpc | s390)
      as_fn_error $? "CFI directive support in assembler is required" "$LINENO" 5 ;;
    *) ;;
  esac
fi

libc_cv_forced_unwind=yes
$as_echo "#define HAVE_FORCED_UNWIND 1" >>confdefs.h

libc_cv_c_cleanup=yes