blob: ef97ff6b3ff8ec4fe033fe62794524672214c279 (
plain)
1
2
3
4
5
6
7
8
9
|
# This file is generated from configure.ac by Autoconf. DO NOT EDIT!
# 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}
libc_cv_gcc_exceptions=yes
exceptions=-fexceptions
|