diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-15 08:45:33 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-15 08:45:33 +0000 |
commit | 8bc04851c4f32955915c48ec87b806f644727a1a (patch) | |
tree | fe7efb1135f7c1d7c4510ab96884579a75f157c9 /libstdc++-v3/docs | |
parent | a612d5a42f70b65b3c48c4f3100ff1f1da3db65b (diff) | |
download | gcc-8bc04851c4f32955915c48ec87b806f644727a1a.tar.gz |
2000-10-13 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
Mark Harig <markh@landmark.com>
* src/Makefile.am (toolexeclibdir): Add support fo
VERSION_SPECIFIC_LIBS and --with-gxx-include-dir.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.am: Same.
(glibcppinstalldir): Adjust.
* libsupc++/Makefile.in: Regenerate.
* Makefile.am: Remove gxx_include_dir. Remove INCLUDE.
* Makefile.in: Regenerate.
* docs/configopts.html: Add descriptions of flags.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36872 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r-- | libstdc++-v3/docs/configopts.html | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/configopts.html b/libstdc++-v3/docs/configopts.html index ccceac0e04d..5dffbbfa657 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.8 2000/08/28 18:41:24 pme Exp $ --> +<!-- $Id: configopts.html,v 1.9 2000/10/09 08:55:05 bkoz Exp $ --> </HEAD> <BODY> @@ -128,6 +128,19 @@ options</A></H1> and this option has been removed. </P> + <DT><TT>--enable-version-specific-runtime-libs</TT> +<DD><P>Uses the compiler file "gcc/version.c" to determine the + compiler version. + </P> + + <DT><TT>--with-gxx-include-dir=<include-files dir></TT> + <DD><P> Adds support for named libstdc++ include directory. + For instance, the following puts all the libstdc++ headers into a directory called "2.97-20001008" instead of the usual "g++-v3" +<TT> +--with-gxx-include-dir=/mnt/hd/bliss/H-x86-gcc-3-c-gxx-inc/include/2.97-20001008</TT> + </P> + + <DT><TT>--enable-cxx-flags=FLAGS</TT> <DD><P>With this option, you can pass a string of -f (functionality) flags to the compiler to use when building libstdc++. FLAGS @@ -172,7 +185,7 @@ options</A></H1> <HR> <P CLASS="fineprint"><EM> -$Id: configopts.html,v 1.8 2000/08/28 18:41:24 pme Exp $ +$Id: configopts.html,v 1.9 2000/10/09 08:55:05 bkoz Exp $ </EM></P> |