diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-10-09 20:18:14 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-10-09 20:18:14 +0000 |
commit | 0435269a764312008a34152f04254fa5024fba72 (patch) | |
tree | 6be1c15ffbe632ffdbfcdc5ac2709faf05aa0cba /libstdc++-v3/docs/html/configopts.html | |
parent | 0d47f0862930d2f12338968b00a514f45c23e367 (diff) | |
download | gcc-0435269a764312008a34152f04254fa5024fba72.zip gcc-0435269a764312008a34152f04254fa5024fba72.tar.gz gcc-0435269a764312008a34152f04254fa5024fba72.tar.bz2 |
configopts.html: More HTML->XHTML and lowercasing of tags.
2001-10-09 Phil Edwards <pme@gcc.gnu.org>
* docs/html/configopts.html: More HTML->XHTML and lowercasing of tags.
* docs/html/documentation.html: Likewise.
* docs/html/explanations.html: Likewise.
* docs/html/install.html: Likewise.
* docs/html/17_intro/howto.html: Likewise.
* docs/html/17_intro/license.html: Likewise. Tighten up language.
* docs/html/18_support/howto.html: Likewise.
* docs/html/19_diagnostics/howto.html: Likewise.
* docs/html/20_util/howto.html: Likewise.
* docs/html/21_strings/howto.html: Likewise.
* docs/html/22_locale/howto.html: Likewise.
* docs/html/23_containers/howto.html: Likewise.
* docs/html/24_iterators/howto.html: Likewise.
* docs/html/25_algorithms/howto.html: Likewise.
* docs/html/26_numerics/howto.html: Likewise.
* docs/html/27_io/howto.html: Likewise.
* docs/html/ext/howto.html: Likewise.
* docs/html/ext/sgiexts.html: Likewise.
* docs/html/faq/index.html: Likewise. Not so many absolute links.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r46128
Diffstat (limited to 'libstdc++-v3/docs/html/configopts.html')
-rw-r--r-- | libstdc++-v3/docs/html/configopts.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html index 13ceb8c..4822242 100644 --- a/libstdc++-v3/docs/html/configopts.html +++ b/libstdc++-v3/docs/html/configopts.html @@ -1,16 +1,16 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> - <meta NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, GCC, g++"> - <meta NAME="DESCRIPTION" CONTENT="Configuration options for libstdc++-v3."> - <meta NAME="GENERATOR" CONTENT="vi and eight fingers"> + <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)"> + <meta name="KEYWORDS" content="libstdc++, libstdc++-v3, GCC, g++"> + <meta name="DESCRIPTION" content="Configuration options for libstdc++-v3."> + <meta name="GENERATOR" content="vi and eight fingers"> <title>libstdc++-v3 configure options</title> -<link REL=StyleSheet HREF="lib3styles.css"> +<link rel=StyleSheet href="lib3styles.css"> </head> <body> -<h1 CLASS="centered"><a name="top">Interesting <code>configure</code> +<h1 class="centered"><a name="top">Interesting <code>configure</code> options</a></h1> <p>The latest version of this document is always available at @@ -89,7 +89,7 @@ options</a></h1> (IEEE Std. 1003.1-200x) model based on langinfo/iconv/catgets, 'gnu' to specify a model based on functionality from the GNU C library (langinfo/iconv/gettext) (from <A - HREF="http://sources.redhat.com/glibc/">glibc</a>, the GNU C + href="http://sources.redhat.com/glibc/">glibc</a>, the GNU C library), or 'generic' to use a generic "C" abstraction which consists of "C" locale info. The default is 'generic'. @@ -167,16 +167,16 @@ options</a></h1> the following puts all the libstdc++ headers into a directory called "2.97-20001008" instead of the usual "g++-v3". - <PRE> - --with-gxx-include-dir=/foo/H-x86-gcc-3-c-gxx-inc/include/2.97-20001008</PRE> + <pre> + --with-gxx-include-dir=/foo/H-x86-gcc-3-c-gxx-inc/include/2.97-20001008</pre> </p> <dt><code>--enable-cxx-flags=FLAGS</code> <dd><p>With this option, you can pass a string of -f (functionality) flags to the compiler to use when building libstdc++. FLAGS is a quoted string of options, like - <PRE> - --enable-cxx-flags='-fvtable-gc -fomit-frame-pointer -ansi'</PRE> + <pre> + --enable-cxx-flags='-fvtable-gc -fomit-frame-pointer -ansi'</pre> Note that the flags don't necessarily have to all be -f flags, as shown, but usually those are the ones that will make sense for experimentation and configure-time overriding. @@ -187,13 +187,13 @@ options</a></h1> as well, so that everything matches. </p> <p>Fun flags to try might include combinations of - <PRE> + <pre> -fstrict-aliasing -fno-exceptions -ffunction-sections - -fvtable-gc</PRE> - and opposite forms (-fno-) of the same. Tell us (the mailing - list) if you discover more! + -fvtable-gc</pre> + and opposite forms (-fno-) of the same. Tell us (the libstdc++ + mailing list) if you discover more! </p> <dt><code>--enable-c-mbchar </code>[default] @@ -207,17 +207,17 @@ options</a></h1> </dl> </p> <p>Return <a href="#top">to the top of the page</a> or - <a href="http://gcc.gnu.org/libstdc++/">to the homepage</a>. + <a href="http://gcc.gnu.org/libstdc++/">to the libstdc++ homepage</a>. </p> <!-- ####################################################### --> <hr> -<P CLASS="fineprint"><em> +<p class="fineprint"><em> See <a href="17_intro/license.html">license.html</a> for copying conditions. Comments and suggestions are welcome, and may be sent to -<a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>. +<a href="mailto:libstdc++@gcc.gnu.org">the libstdc++ mailing list</a>. </em></p> |