aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Harig <mharig@landmark.com>2000-10-25 14:41:16 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2000-10-25 14:41:16 +0000
commit1ac41449a62c683b6b7399b3737b31029e6621a3 (patch)
tree033a0dc2cf316e06230ef27087437436917ddf76
parent8b8ab21caf0746022ae967b084edfb6d7d0dfbcd (diff)
downloadgcc-1ac41449a62c683b6b7399b3737b31029e6621a3.zip
gcc-1ac41449a62c683b6b7399b3737b31029e6621a3.tar.gz
gcc-1ac41449a62c683b6b7399b3737b31029e6621a3.tar.bz2
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
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/docs/configopts.html18
2 files changed, 19 insertions, 5 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 239fb0c..adfd90a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/docs/configopts.html b/libstdc++-v3/docs/configopts.html
index 2192b8d..fa26d0a 100644
--- a/libstdc++-v3/docs/configopts.html
+++ b/libstdc++-v3/docs/configopts.html
@@ -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>