diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-13 10:04:05 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-13 10:04:05 -0700 |
commit | 8c6d01f0b11e699d7d9868a5bf1eb6d9054c91a3 (patch) | |
tree | 0f86ec102e2b187432508ebcbc035c6dd2b33785 /sysdeps/unix/sysv/linux/arm/configure | |
parent | bba6da4e1b9c0faf12ec9a48a2822434d9e6bbcd (diff) | |
download | glibc-8c6d01f0b11e699d7d9868a5bf1eb6d9054c91a3.tar.gz |
Consolidate NPTL configury for ARM/Linux.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/configure')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/configure b/sysdeps/unix/sysv/linux/arm/configure index 71eb195942..ef97ff6b3f 100644 --- a/sysdeps/unix/sysv/linux/arm/configure +++ b/sysdeps/unix/sysv/linux/arm/configure @@ -4,3 +4,6 @@ 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 |