2005-10-10 15:29:32 +00:00
|
|
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
2012-04-21 15:38:55 +00:00
|
|
|
# Local configure fragment for sysdeps/unix/sysv/linux/arm.
|
2005-10-10 15:29:32 +00:00
|
|
|
|
|
|
|
libc_cv_gcc_unwind_find_fde=no
|
2013-10-30 03:20:52 +00:00
|
|
|
# Remove -fno-unwind-tables that was added in sysdeps/arm/preconfigure.ac.
|
2009-06-24 15:55:04 +00:00
|
|
|
CFLAGS=${CFLAGS% -fno-unwind-tables}
|
2014-05-13 17:04:05 +00:00
|
|
|
|
|
|
|
dnl The normal configure check for gcc -fexecptions fails because it can't
|
|
|
|
dnl find __aeabi_unwind_cpp_pr0. Work around this here; our GCC definitely
|
|
|
|
dnl has -fexceptions.
|
|
|
|
libc_cv_gcc_exceptions=yes
|
|
|
|
exceptions=-fexceptions
|