X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2FREADME;h=6844909a1cffd0cf5bc08fb1af5aba4a0f0b91fc;hb=955928d22461a88fbdb2218ef54de643863cf484;hp=67c390e981dcc09515f94a48d52a4d297088e779;hpb=e04edf638b51e818eb365da0c32050450594cd74;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/README b/libstdc++-v3/README index 67c390e981d..6844909a1cf 100644 --- a/libstdc++-v3/README +++ b/libstdc++-v3/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