mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-22 08:10:30 +01:00
Regenerate.
(Logical change 1.123)
This commit is contained in:
parent
89d2adc59a
commit
c3fa0b6fa8
3 changed files with 13947 additions and 2710 deletions
6
aclocal.m4
vendored
6
aclocal.m4
vendored
|
@ -32,6 +32,12 @@ else
|
|||
libc_cv_gcc___thread=no
|
||||
fi])
|
||||
|
||||
AC_DEFUN([CHECK_ATOMIC_OPS],
|
||||
[dnl Check whether the system has the atomic_ops package installed.
|
||||
AC_CHECK_HEADERS(atomic_ops.h)
|
||||
AC_CHECK_LIB(atomic_ops, main)
|
||||
])
|
||||
|
||||
# Do all the work for Automake. -*- Autoconf -*-
|
||||
|
||||
# This macro actually does too much some checks are only needed if
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
/* Define to 1 if you have the <asm/ptrace_offsets.h> header file. */
|
||||
#undef HAVE_ASM_PTRACE_OFFSETS_H
|
||||
|
||||
/* Define to 1 if you have the <atomic_ops.h> header file. */
|
||||
#undef HAVE_ATOMIC_OPS_H
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
|
@ -27,6 +30,9 @@
|
|||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define to 1 if you have the `atomic_ops' library (-latomic_ops). */
|
||||
#undef HAVE_LIBATOMIC_OPS
|
||||
|
||||
/* Define to 1 if you have the `uca' library (-luca). */
|
||||
#undef HAVE_LIBUCA
|
||||
|
||||
|
|
Loading…
Reference in a new issue