Commit 1ac41449 by Mark Harig Committed by Benjamin Kosnik

configopts.html: Added documentation for the "--enable-version-specific-runtime-libs" and...


2000-10-24   Mark Harig <mharig@landmark.com>

        * docs/configopts.html: Added documentation for the
        "--enable-version-specific-runtime-libs" and
        "--with-gxx-include-dir" configuration switches.

From-SVN: r37051
parent 8b8ab21c
2000-10-24 Mark Harig <mharig@landmark.com>
* docs/configopts.html: Added documentation for the
"--enable-version-specific-runtime-libs" and
"--with-gxx-include-dir" configuration switches.
2000-10-24 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/stl_pair.h (make_pair): Add LWG solution.
......
......@@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 configure options</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: configopts.html,v 1.12 2000/10/21 00:51:49 jsm28 Exp $ -->
<!-- $Id: configopts.html,v 1.13 2000/10/21 19:43:13 bkoz Exp $ -->
</HEAD>
<BODY>
......@@ -126,11 +126,19 @@ options</A></H1>
2.90.8, 'single' and 'posix' are the only implemented models.
</P>
<DT><TT>--enable-version-specific-runtime-libs</TT>
<DD><P>Uses the compiler file "gcc/version.c" to determine the compiler
version.
<DT><TT>--enable-version-specific-runtime-libs </TT>
<DD><P>Specify that run-time libraries should be installed in the
compiler-specific subdirectory (i.e.,
<TT>$(libdir)/gcc-lib/$(target_alias)/$(gcc_version)</TT>)
instead of <TT>$(libdir)</TT>. This option is useful if you
intend to use several versions of gcc in parallel. In addition,
libstdc++'s include files will be installed in
<TT>$(libdir)/gcc-lib/$(target_alias)/$(gcc_version)/include/g++</TT>,
unless you also specify
<TT>--with-gxx-include-dir=_dirname_</TT> during configuration.
</P>
<DT><TT>--with-gxx-include-dir=&lt;include-files dir&gt;</TT>
<DD><P>Adds support for named libstdc++ include directory. For instance,
the following puts all the libstdc++ headers into a directory
......@@ -184,7 +192,7 @@ options</A></H1>
<HR>
<P CLASS="fineprint"><EM>
$Id: configopts.html,v 1.12 2000/10/21 00:51:49 jsm28 Exp $
$Id: configopts.html,v 1.13 2000/10/21 19:43:13 bkoz Exp $
</EM></P>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment