From 1f59132edb1131aac3fc603c816b1c2880feb80b Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Mon, 29 May 2017 21:09:44 +0000 Subject: [PATCH] install.texi (Options specification): Move entry of --enable-sjlj-exceptions. * doc/install.texi (Options specification): Move entry of --enable-sjlj-exceptions. From-SVN: r248585 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 514581d350b3..521d41f82902 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-05-29 Eric Botcazou + + * doc/install.texi (Options specification): Move entry of + --enable-sjlj-exceptions. + 2017-05-29 Martin Liska Backport from mainline diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index bfedb136195d..18b3e34908ab 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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@. -- 2.47.2