From: Eric Botcazou Date: Mon, 29 May 2017 21:09:44 +0000 (+0000) Subject: install.texi (Options specification): Move entry of --enable-sjlj-exceptions. X-Git-Tag: releases/gcc-5.5.0~318 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f59132edb1131aac3fc603c816b1c2880feb80b;p=thirdparty%2Fgcc.git install.texi (Options specification): Move entry of --enable-sjlj-exceptions. * doc/install.texi (Options specification): Move entry of --enable-sjlj-exceptions. From-SVN: r248585 --- 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@.