Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | D | 22-Nov-2023 | 176 | 8 | 7 | |
Android.mk | D | 22-Nov-2023 | 1.7 KiB | 43 | 31 | |
README | D | 22-Nov-2023 | 389 | 10 | 6 | |
build-gnu-libstdc++.sh | D | 22-Nov-2023 | 18.2 KiB | 489 | 371 | |
build.py | D | 22-Nov-2023 | 1.8 KiB | 59 | 30 |
README
1This directory contains the headers and prebuilt binaries for the 2GNU libstdc++-v3 C++ Standard Template Library implementation. 3 4These are generated from the toolchain sources by build.py in this directory. 5 6To use it, define APP_STL to 'gnustl_static' in your Application.mk. 7See docs/CPLUSPLUS-SUPPORT.html for more details. 8 9This implementation fully supports C++ exceptions and RTTI. 10