diff --git a/libstdc++-v3/doc/html/index.html b/libstdc++-v3/doc/html/index.html index ce951e6cc8e..ed7021bd461 100644 --- a/libstdc++-v3/doc/html/index.html +++ b/libstdc++-v3/doc/html/index.html @@ -1,6 +1,6 @@ -
Short Contents
- Copyright (C) 2008-2022 +
Short Contents
+ Copyright (C) 2008-2023 FSF
diff --git a/libstdc++-v3/doc/html/manual/configure.html b/libstdc++-v3/doc/html/manual/configure.html
index 9c5c2d9f170..dd9e6ef3579 100644
--- a/libstdc++-v3/doc/html/manual/configure.html
+++ b/libstdc++-v3/doc/html/manual/configure.html
@@ -219,7 +219,10 @@
built. The C++ Standard also describes a
freestanding environment, in which only a
minimal set of headers are provided. This option builds such an
- environment.
+ environment. Note that a hosted library installs headers that still can
+ be used in non hosted environments, as the library checks for
+ __STDC_HOSTED__
, however, a library configured with
+ --disable-hosted-libstdcxx
will not install unusable headers.
--disable-libstdcxx-hosted
This is an alias for --disable-hosted-libstdcxx
.
--disable-libstdcxx-verbose
By default, the library is configured to write descriptive messages
to standard error for certain events such as calling a pure virtual
diff --git a/libstdc++-v3/doc/html/manual/documentation_hacking.html b/libstdc++-v3/doc/html/manual/documentation_hacking.html
index 7766f133bea..24df9bd9481 100644
--- a/libstdc++-v3/doc/html/manual/documentation_hacking.html
+++ b/libstdc++-v3/doc/html/manual/documentation_hacking.html
@@ -560,4 +560,4 @@ make XSL_STYLE_DIR="/usr/share/xml/docbook/stylesheet/nwal