aboutsummaryrefslogtreecommitdiff
path: root/docs/CHANGES.html
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2011-01-05 23:29:22 +0100
committerDavid 'Digit' Turner <digit@google.com>2011-01-06 00:12:39 +0100
commite9db711d8b5dd1c816c782afd0b30fb245250418 (patch)
tree0e8b9a6c84392d68d1b7c30a26fe4fa3e578ce93 /docs/CHANGES.html
parent1022d8d9fa56b2a82982e3ab56dc2b7576c0fb03 (diff)
downloadndk-e9db711d8b5dd1c816c782afd0b30fb245250418.tar.gz
Generate 8.04-compatible Linux toolchain binaries whenever possible.
This patch forces our toolchain build script to look for our i686-linux-glibc2.7-4.4.3 prebuilt toolchain, and use it, if found, in order to generate Linux binaries that run on Ubuntu 8.04 and higher. + document the 'asm' to '__asm__' change in development/ndk Change-Id: I1f119439784fd8b5708e80f75f7c53b09ad8e1fa
Diffstat (limited to 'docs/CHANGES.html')
-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 &amp; CHANGES:
- ndk-build: Speed-up the Cygwin build by avoiding calling "cygpath -m"
@@ -61,6 +67,9 @@ OTHER FIXES &amp; CHANGES:
- &lt;netinet/in6.h&gt;: Add missing declaration for IN6_IS_ADDR_MC_NODELOCAL
and IN6_IS_ADDR_MC_GLOBAL.
+- &lt;asm/byteorder.&gt;: Replaced 'asm' with '__asm__' to allow compilation
+ with -std=c99. See https://review.source.android.com/#change,20076
+
-------------------------------------------------------------------------------
android-ndk-r5