diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2017-05-29 21:08:02 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2017-05-29 21:08:02 +0000 |
commit | 4dbe373cfc4268284de8bb4e78e61294c381c518 (patch) | |
tree | 85678e6127ad23dd498e02f89d8214077332e5de /gcc | |
parent | b904faa0e6602587367daad8561f7e8ced6dcded (diff) | |
download | gcc-4dbe373cfc4268284de8bb4e78e61294c381c518.zip gcc-4dbe373cfc4268284de8bb4e78e61294c381c518.tar.gz gcc-4dbe373cfc4268284de8bb4e78e61294c381c518.tar.bz2 |
install.texi (Options specification): Restore entry of --enable-sjlj-exceptions.
* doc/install.texi (Options specification): Restore entry of
--enable-sjlj-exceptions.
From-SVN: r248582
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b098e56..dafe9b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-05-29 Eric Botcazou <ebotcazou@adacore.com> + + * doc/install.texi (Options specification): Restore entry of + --enable-sjlj-exceptions. + 2017-05-27 Michael Eager <eager@eagercon.com> Revert: diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ca93b2e..8e17bcc 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1047,6 +1047,11 @@ and for cross builds configured with @option{--with-sysroot}, and without More documentation about multiarch can be found at @uref{https://wiki.debian.org/Multiarch}. +@item --enable-sjlj-exceptions +Force use of the @code{setjmp}/@code{longjmp}-based scheme for exceptions. +@samp{configure} ordinarily picks the correct value based on the platform. +Only use this option if you are sure you need a different setting. + @item --enable-vtable-verify Specify whether to enable or disable the vtable verification feature. Enabling this feature causes libstdc++ to be built with its virtual calls |