about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arm/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/configure.ac')
-rw-r--r--sysdeps/unix/sysv/linux/arm/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/configure.ac b/sysdeps/unix/sysv/linux/arm/configure.ac
new file mode 100644
index 0000000000..8e4e20d2b8
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/arm/configure.ac
@@ -0,0 +1,6 @@
+GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
+# Local configure fragment for sysdeps/unix/sysv/linux/arm.
+
+libc_cv_gcc_unwind_find_fde=no
+# Remove -fno-unwind-tables that was added in sysdeps/arm/preconfigure.ac.
+CFLAGS=${CFLAGS% -fno-unwind-tables}