]> gcc.gnu.org Git - gcc.git/commitdiff
install.texi (Options specification): Restore entry of --enable-sjlj-exceptions.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 29 May 2017 21:08:02 +0000 (21:08 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 29 May 2017 21:08:02 +0000 (21:08 +0000)
* doc/install.texi (Options specification): Restore entry of
--enable-sjlj-exceptions.

From-SVN: r248582

gcc/ChangeLog
gcc/doc/install.texi

index b098e568981e6bff1922b73cf0d4f0c5b6468371..dafe9b61735d5aaf427711d51331646fbe6b3879 100644 (file)
@@ -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:
index ca93b2e680684a1a6e0041f99d5c02d8c807f62c..8e17bcc1d42c2d396449a803ffdb1459ba532bc6 100644 (file)
@@ -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
This page took 0.0838 seconds and 5 git commands to generate.