From 4dbe373cfc4268284de8bb4e78e61294c381c518 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Mon, 29 May 2017 21:08:02 +0000 Subject: [PATCH] install.texi (Options specification): Restore entry of --enable-sjlj-exceptions. * doc/install.texi (Options specification): Restore entry of --enable-sjlj-exceptions. From-SVN: r248582 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b098e568981..dafe9b61735 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-05-29 Eric Botcazou + + * doc/install.texi (Options specification): Restore entry of + --enable-sjlj-exceptions. + 2017-05-27 Michael Eager Revert: diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ca93b2e6806..8e17bcc1d42 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 -- 2.30.2