From 60ade93537a76bab782079617dc19c6a891fe2af Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Mon, 16 Oct 2000 00:20:42 +0000 Subject: [PATCH] configopts.html: Remove libgcc-rebuild; HTML formatting. 2000-10-15 Phil Edwards * docs/configopts.html: Remove libgcc-rebuild; HTML formatting. From-SVN: r36875 --- libstdc++-v3/ChangeLog | 4 +++ libstdc++-v3/docs/configopts.html | 52 +++++++++++++------------------ 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3d72413a0ff..1dd57c1f9ac 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2000-10-15 Phil Edwards + + * docs/configopts.html: Remove libgcc-rebuild; HTML formatting. + 2000-10-13 Benjamin Kosnik Mark Harig diff --git a/libstdc++-v3/docs/configopts.html b/libstdc++-v3/docs/configopts.html index 5dffbbfa657..872bf00d3e6 100644 --- a/libstdc++-v3/docs/configopts.html +++ b/libstdc++-v3/docs/configopts.html @@ -9,7 +9,7 @@ libstdc++-v3 configure options - + @@ -33,18 +33,18 @@ options all have opposite forms as well (enable/disable and with/without). The defaults are for the latest snapshot, 2.90.8. -

- The canonical way to find out the configure options that are +

+

The canonical way to find out the configure options that are available for a given set of libstdc++ sources is to go to the - source directory and then type: ./config --help + source directory and then type: ./configure --help

--enable-multilib [default] -

This is part of the generic multilib support for building - cross compilers. As such, targets like "powerpc-elf" will - have libstdc++ built many different ways: "-msoft-float" and - not, etc. A different libstdc++ will be built for each of the - different multilib versions. This option is on by default. +

This is part of the generic multilib support for building cross + compilers. As such, targets like "powerpc-elf" will have + libstdc++ built many different ways: "-msoft-float" + and not, etc. A different libstdc++ will be built for each of + the different multilib versions. This option is on by default.

--enable-debug @@ -89,6 +89,9 @@ options libstdc++-v3 is used.) The --disable variant will put all std:: symbols into the global namespace.

+

This option has been removed in current sources; disabling + namespaces is just not possible. +

--enable-cshadow-headers

This turns on the code to construct shadowed C headers, and to @@ -116,31 +119,20 @@ options 2.90.8, 'single' and 'posix' are the only implemented models.

-
--enable-libgcc-rebuild=DIR / --disable-libgcc-rebuild -

This is a grueling temporary hack no matter which way you look - at it. It's described in its own - little page. Note that other --enable flags will - interact with this one. In libstdc++-v3 snapshot 2.90.8, - this is enabled by default, with DIR set to - '../..' , so that building the complete GCC sources - with libstdc++-v3 in place works transparently. Since then, - library sources have been merged into the compiler sources, - and this option has been removed. -

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

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

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

-
--with-gxx-include-dir= -

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" - ---with-gxx-include-dir=/mnt/hd/bliss/H-x86-gcc-3-c-gxx-inc/include/2.97-20001008 +

--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 + called "2.97-20001008" instead of the usual + "g++-v3". +

+   --with-gxx-include-dir=/foo/H-x86-gcc-3-c-gxx-inc/include/2.97-20001008

-
--enable-cxx-flags=FLAGS

With this option, you can pass a string of -f (functionality) flags to the compiler to use when building libstdc++. FLAGS @@ -185,7 +177,7 @@ options


-$Id: configopts.html,v 1.9 2000/10/09 08:55:05 bkoz Exp $ +$Id: configopts.html,v 1.10 2000/10/15 08:45:32 bkoz Exp $