From d31eaae034a871072feb98e917e7624eff2e8d30 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Mon, 2 Apr 2001 19:00:13 +0000 Subject: [PATCH] configopts.html: Add --enable-sjlj-exceptions docs. 2001-04-01 Benjamin Kosnik * docs/html/configopts.html: Add --enable-sjlj-exceptions docs. From-SVN: r41007 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/docs/html/configopts.html | 26 ++++++++++++++++---------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c925a6c91e5..a0914cfbdf2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-04-01 Benjamin Kosnik + + * docs/html/configopts.html: Add --enable-sjlj-exceptions docs. + 2001-04-01 Zack Weinberg * tests_flags.in: Use test a = b, not test a == b which is not diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html index b56642f6f8d..98e1efc8081 100644 --- a/libstdc++-v3/docs/html/configopts.html +++ b/libstdc++-v3/docs/html/configopts.html @@ -7,7 +7,7 @@ libstdc++-v3 configure options - + @@ -74,14 +74,20 @@ options (described next).

-
--enable-clocale=MODEL -

Select a target-specific underlying locale package. The - choices are 'gnu' to specify an X/Open (IEEE Std. 1003.1-200x) - model based on langinfo/iconv (from glibc, the GNU C - library), or 'generic' to use a generic "C" - abstraction which consists of "C" locale info. - The default is 'generic'. +

--enable-sjlj-exceptions +

Forces old, short-jump/long-jump exception handling model. If + at all possible, the new, frame unwinding exception handling routines + should be used instead, as they significantly reduce both runtime + memory usage and executable size. +

+ +
--enable-clocale=MODEL

Select a target-specific + underlying locale package. The choices are 'gnu' to specify an X/Open + (IEEE Std. 1003.1-200x) model based on langinfo/iconv (from glibc, the GNU C + library), or 'generic' to use a generic "C" abstraction + which consists of "C" locale info. The default is + 'generic'.

--enable-long-long @@ -190,7 +196,7 @@ options

-$Id: configopts.html,v 1.6 2001/02/07 00:03:20 pme Exp $ +$Id: configopts.html,v 1.7 2001/02/15 22:21:12 pme Exp $

-- 2.30.2