configopts.html: Added documentation for the "--enable-version-specific-runtime-libs...
authorMark Harig <mharig@landmark.com>
Wed, 25 Oct 2000 14:41:16 +0000 (14:41 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 25 Oct 2000 14:41:16 +0000 (14:41 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/docs/configopts.html

index 239fb0cc816813f3c5eadc0c00642f2ddf701874..adfd90a818f42b7ab4c4fb61775779c38dffcd54 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 2192b8de69a4cf72af2d4d1108dccafd92096566..fa26d0a990d239e2fd3b6d12a33aae274091d1a9 100644 (file)
@@ -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>