diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:12:05 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:12:05 +0000 |
| commit | ffeaf689a248da869b6bc8d4fd2233dfe513c060 (patch) | |
| tree | 75ef0e6da73746d6849e25a0996ae34e1aeff51d /contrib/libstdc++/README | |
| parent | 9a63ad9273061dc19cbd117762e365ea9634e241 (diff) | |
Notes
Diffstat (limited to 'contrib/libstdc++/README')
| -rw-r--r-- | contrib/libstdc++/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/contrib/libstdc++/README b/contrib/libstdc++/README index 67c390e981dcc..6844909a1cffd 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 |
