aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/html/configopts.html
diff options
context:
space:
mode:
authorPhil Edwards <phil@codesourcery.com>2003-09-02 18:46:54 +0000
committerPhil Edwards <pme@gcc.gnu.org>2003-09-02 18:46:54 +0000
commit3660e02f0d9bedca08e7f562edf861027bb70950 (patch)
tree6b410b5f9b983f63fb719aae0356a28474f0f73c /libstdc++-v3/docs/html/configopts.html
parent742c0a4ee18fc5d913c4384e3e55f2c95c3e7fe6 (diff)
downloadgcc-3660e02f0d9bedca08e7f562edf861027bb70950.zip
gcc-3660e02f0d9bedca08e7f562edf861027bb70950.tar.gz
gcc-3660e02f0d9bedca08e7f562edf861027bb70950.tar.bz2
acinclude.m4 (GLIBCXX_ENABLE_HOSTED): #define _GLIBCXX_HOSTED appropriately.
2003-09-02 Phil Edwards <phil@codesourcery.com> * acinclude.m4 (GLIBCXX_ENABLE_HOSTED): #define _GLIBCXX_HOSTED appropriately. * config.h.in: Add _GLIBCXX_HOSTED. * libsupc++/eh_term_handler.cc: Test it here; initialize __terminate_handler to std::abort if freestanding. * aclocal.m4, configure: Regenerated. * docs/html/configopts.html: Document --disable-hosted-libstdcxx. From-SVN: r71001
Diffstat (limited to 'libstdc++-v3/docs/html/configopts.html')
-rw-r--r--libstdc++-v3/docs/html/configopts.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html
index 2f16b7a..2cfec44 100644
--- a/libstdc++-v3/docs/html/configopts.html
+++ b/libstdc++-v3/docs/html/configopts.html
@@ -146,7 +146,7 @@ options</a></h1>
<dt><code>--enable-libstdcxx-debug </code></dt>
<dd><p>Build separate debug libraries in addition to what is normally built.
- By default, the debug libraries are compiled with
+ By default, the debug libraries are compiled with
<code> CXXFLAGS='-g3 -O0'</code>
, are installed in <code>${libdir}/debug</code>, and have the
same names and versioning information as the non-debug
@@ -273,6 +273,14 @@ options</a></h1>
testsuite.
</p>
</dd>
+
+ <dt><code>--disable-hosted-libstdcxx </code></dt>
+ <dd><p>By default, a complete <em>hosted</em> C++ library is built. The
+ C++ Standard also describes a <em>freestanding</em> environment,
+ in which only a minimal set of headers are provided. This option
+ builds such an environment.
+ </p>
+ </dd>
</dl>
<p>Return <a href="#top">to the top of the page</a> or
<a href="http://gcc.gnu.org/libstdc++/">to the libstdc++ homepage</a>.