aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/CHANGES.html b/docs/CHANGES.html
index 0d358e690..a5d9a4c36 100644
--- a/docs/CHANGES.html
+++ b/docs/CHANGES.html
@@ -31,6 +31,12 @@ IMPORTANT BUG FIXES:
- Fix a typo that prevented the cpufeatures library to work correctly
with the new NDK toolchain.
+- Linux toolchain binaries now run on Ubuntu 8.04 or higher.
+ More specifically, the r5 binaries did require GLibc 2.11 on the host
+ system, and refused to run with previous releases due to an ABI mismatch
+ in the GNU C Library. The r5b binaries are generated with a special
+ toolchain that instead targets GLibc 2.7 or higher.
+
OTHER FIXES & CHANGES:
- ndk-build: Speed-up the Cygwin build by avoiding calling "cygpath -m"
@@ -61,6 +67,9 @@ OTHER FIXES & CHANGES:
- <netinet/in6.h>: Add missing declaration for IN6_IS_ADDR_MC_NODELOCAL
and IN6_IS_ADDR_MC_GLOBAL.
+- <asm/byteorder.>: Replaced 'asm' with '__asm__' to allow compilation
+ with -std=c99. See https://review.source.android.com/#change,20076
+
-------------------------------------------------------------------------------
android-ndk-r5