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

From-SVN: r248585

gcc/ChangeLog
gcc/doc/install.texi

index 514581d350b3c5d7a9baf545e750116787f1de1a..521d41f82902d3a41b2e2decbfe18f9c79ca445f 100644 (file)
@@ -1,3 +1,8 @@
+2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * doc/install.texi (Options specification): Move entry of
+       --enable-sjlj-exceptions.
+
 2017-05-29  Martin Liska  <mliska@suse.cz>
 
        Backport from mainline
index bfedb136195d9190c3dc9740d57f89c6c0309c42..18b3e34908ab97344d72493c9032dbe247e5c1ae 100644 (file)
@@ -1060,6 +1060,11 @@ and for cross builds configured with @option{--with-sysroot}, and without
 More documentation about multiarch can be found at
 @uref{http://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
@@ -2230,11 +2235,6 @@ file to compile into a @file{.class} file.
 @item --with-libiconv-prefix=DIR
 Search for libiconv in @file{DIR/include} and @file{DIR/lib}.
 
-@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 --with-system-zlib
 Use installed @samp{zlib} rather than that included with GCC@.