diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2012-10-04 07:53:22 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2012-10-04 07:53:22 +0200 |
commit | 3d47a53a93fbe7cd466c194ecc0da6cc81ed4269 (patch) | |
tree | 66f06ad1add1802f0c99fbb20084ff8981166c03 /gcc/configure | |
parent | 7d9f9bd1e4ec1f84b8277b0f9c1b5eea7da384b8 (diff) | |
download | gcc-3d47a53a93fbe7cd466c194ecc0da6cc81ed4269.zip gcc-3d47a53a93fbe7cd466c194ecc0da6cc81ed4269.tar.gz gcc-3d47a53a93fbe7cd466c194ecc0da6cc81ed4269.tar.bz2 |
configure.ac (noexception_flags): Add -fasynchronous-unwind-tables.
* configure.ac (noexception_flags): Add -fasynchronous-unwind-tables.
* configure: Regenerate.
From-SVN: r192062
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index ff98a22..45bba8e 100755 --- a/gcc/configure +++ b/gcc/configure @@ -6636,7 +6636,7 @@ fi # Disable exceptions and RTTI if building with g++ noexception_flags= save_CFLAGS="$CFLAGS" -for real_option in -fno-exceptions -fno-rtti; do +for real_option in -fno-exceptions -fno-rtti -fasynchronous-unwind-tables; do # Do the check with the no- prefix removed since gcc silently # accepts any -Wno-* option on purpose case $real_option in |