summaryrefslogtreecommitdiffstats
path: root/9/sources/cxx-stl/README
diff options
context:
space:
mode:
Diffstat (limited to '9/sources/cxx-stl/README')
-rw-r--r--9/sources/cxx-stl/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/9/sources/cxx-stl/README b/9/sources/cxx-stl/README
new file mode 100644
index 0000000..bd46517
--- /dev/null
+++ b/9/sources/cxx-stl/README
@@ -0,0 +1,10 @@
+NOTE:
+
+EH/ contains gabi++ and stlport in NDK r9* with exception handling support.
+Unfortunatley by adding EH the new stlport breaks the compatibility with the
+platform's stlport, meaning that code links with the new one can't be later
+used to link with platform's stlport, and vice versa.
+
+So, we symlink gabi++ and stlport back to 8/ (which stays at r8c) for now,
+until all inconsistency are fixed and all [vendor] binaries are compiled
+with the new stlport.