From 60ade93537a76bab782079617dc19c6a891fe2af Mon Sep 17 00:00:00 2001
From: Phil Edwards
- 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
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.
This option has been removed in current sources; disabling + namespaces is just not possible. +
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.
-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. -
-Uses the compiler file "gcc/version.c" to determine the - compiler version. +
Uses the compiler file "gcc/version.c" to determine the compiler + version.
-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 +
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-
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 $