summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/README
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2004-07-28 03:12:05 +0000
committerkan <kan@FreeBSD.org>2004-07-28 03:12:05 +0000
commit96bad46eee8bf907dceb152bbb9d128bed5a4956 (patch)
tree75ef0e6da73746d6849e25a0996ae34e1aeff51d /contrib/libstdc++/README
parent5e00ec74d8ce58f99801200d4d3d0412c7cc1b28 (diff)
downloadFreeBSD-src-96bad46eee8bf907dceb152bbb9d128bed5a4956.zip
FreeBSD-src-96bad46eee8bf907dceb152bbb9d128bed5a4956.tar.gz
Gcc 3.4.2 20040728 C++ support bits.
Diffstat (limited to 'contrib/libstdc++/README')
-rw-r--r--contrib/libstdc++/README15
1 files changed, 8 insertions, 7 deletions
diff --git a/contrib/libstdc++/README b/contrib/libstdc++/README
index 67c390e..6844909 100644
--- a/contrib/libstdc++/README
+++ b/contrib/libstdc++/README
@@ -54,11 +54,15 @@ It has subdirectories:
Headers that define extensions to the standard library. No
standard header refers to any of them.
+ scripts
+ Scripts that are used during the configure, build, make, or test
+ process.
+
src
Files that are used in constructing the library, but are not
installed.
- testsuites/[thread, 17_* to 27_*]
+ testsuites/[backward, demangle, ext, performance, thread, 17_* to 27_*]
Test programs are here, and may be used to begin to exercise the
library. Support for "make check" and "make check-install" is
complete, and runs through all the subdirectories here when this
@@ -72,16 +76,13 @@ Other subdirectories contain variant versions of certain files
that are meant to be copied or linked by the configure script.
Currently these are:
+ config/abi
config/cpu
- config/os
config/io
config/locale
+ config/os
-In addition, three subdirectories are convenience libraries:
-
- libio
- Contains the subset of the GNU libio library needed for
- C++. Currently not used.
+In addition, two subdirectories are convenience libraries:
libmath
Support routines needed for C++ math. Only needed if the
OpenPOWER on IntegriCloud