From: Mark Harig Date: Wed, 25 Oct 2000 14:41:16 +0000 (+0000) Subject: configopts.html: Added documentation for the "--enable-version-specific-runtime-libs... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ac41449a62c683b6b7399b3737b31029e6621a3;p=gcc.git configopts.html: Added documentation for the "--enable-version-specific-runtime-libs" and... 2000-10-24 Mark Harig * docs/configopts.html: Added documentation for the "--enable-version-specific-runtime-libs" and "--with-gxx-include-dir" configuration switches. From-SVN: r37051 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 239fb0cc816..adfd90a818f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2000-10-24 Mark Harig + + * docs/configopts.html: Added documentation for the + "--enable-version-specific-runtime-libs" and + "--with-gxx-include-dir" configuration switches. + 2000-10-24 Benjamin Kosnik * 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 2192b8de69a..fa26d0a990d 100644 --- a/libstdc++-v3/docs/configopts.html +++ b/libstdc++-v3/docs/configopts.html @@ -9,7 +9,7 @@ libstdc++-v3 configure options - + @@ -126,11 +126,19 @@ options 2.90.8, 'single' and 'posix' are the only implemented models.

-
--enable-version-specific-runtime-libs -

Uses the compiler file "gcc/version.c" to determine the compiler - version. +

--enable-version-specific-runtime-libs +

Specify that run-time libraries should be installed in the + compiler-specific subdirectory (i.e., + $(libdir)/gcc-lib/$(target_alias)/$(gcc_version)) + instead of $(libdir). 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 + $(libdir)/gcc-lib/$(target_alias)/$(gcc_version)/include/g++, + unless you also specify + --with-gxx-include-dir=_dirname_ during configuration.

+
--with-gxx-include-dir=<include-files dir>

Adds support for named libstdc++ include directory. For instance, the following puts all the libstdc++ headers into a directory @@ -184,7 +192,7 @@ options


-$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 $