aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2012-10-04 05:53:22 +0000
committerUros Bizjak <ubizjak@gmail.com>2012-10-04 05:53:22 +0000
commit73055fa08642058a4a52d078cbac9237c369c78d (patch)
tree66f06ad1add1802f0c99fbb20084ff8981166c03 /gcc/configure.ac
parentb8a06f152319e002d5bada1cdf4ff1a8d335b96b (diff)
* configure.ac (noexception_flags): Add -fasynchronous-unwind-tables.
* configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@192062 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 453088e2fee..6ad6d19c9ed 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -365,7 +365,8 @@ AC_SUBST(warn_cxxflags)
# Disable exceptions and RTTI if building with g++
ACX_PROG_CC_WARNING_OPTS(
- m4_quote(m4_do([-fno-exceptions -fno-rtti])), [noexception_flags])
+ m4_quote(m4_do([-fno-exceptions -fno-rtti -fasynchronous-unwind-tables])),
+ [noexception_flags])
# Enable expensive internal checks
is_release=