Add generic/stub implementations of pthread_{kill,sigmask,sigqueue}.
[glibc.git] / sysdeps / unix / sysv / linux / arm / configure.ac
blob8d4c48b54b416c81b89a62e8d8175792b653f210
1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
2 # Local configure fragment for sysdeps/unix/sysv/linux/arm.
4 libc_cv_gcc_unwind_find_fde=no
5 # Remove -fno-unwind-tables that was added in sysdeps/arm/preconfigure.ac.
6 CFLAGS=${CFLAGS% -fno-unwind-tables}
8 dnl The normal configure check for gcc -fexecptions fails because it can't
9 dnl find __aeabi_unwind_cpp_pr0.  Work around this here; our GCC definitely
10 dnl has -fexceptions.
11 libc_cv_gcc_exceptions=yes
12 exceptions=-fexceptions