summaryrefslogtreecommitdiffstats
path: root/6/sources/cxx-stl/gnu-libstdc++/README
diff options
context:
space:
mode:
Diffstat (limited to '6/sources/cxx-stl/gnu-libstdc++/README')
-rw-r--r--6/sources/cxx-stl/gnu-libstdc++/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/6/sources/cxx-stl/gnu-libstdc++/README b/6/sources/cxx-stl/gnu-libstdc++/README
new file mode 100644
index 0000000..c513208
--- /dev/null
+++ b/6/sources/cxx-stl/gnu-libstdc++/README
@@ -0,0 +1,10 @@
+This directory contains the headers and prebuilt binaries for the
+GNU libstdc++-v3 C++ Standard Template Library implementation.
+
+These are generated from the toolchain sources by the rebuild-all-prebuilt.sh
+script under build/tools.
+
+To use it, define APP_STL to 'gnustl_static' in your Application.mk.
+See docs/CPLUSPLUS-SUPPORT.html for more details.
+
+This implementation fully supports C++ exceptions and RTTI.