aboutsummaryrefslogtreecommitdiff
path: root/docs/README.android
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-08-14 18:56:53 +0200
committerperpe <msperpe@googlemail.com>2013-09-13 16:20:10 +0200
commit73fc249a6cf1902d7e4c92fb04de22b898518a71 (patch)
tree7a3e40c965894ede0328113dd2383f5ef6b60efa /docs/README.android
parent981380561992d7d0e87f07526d4a2a49d2f672f7 (diff)
[droid] - adapt readme to reflect support of gcc 4.8 toolchains aswell and get rid of the x86 libc flaw we had in older ndk versions (crystax for example)
Diffstat (limited to 'docs/README.android')
-rw-r--r--docs/README.android15
1 files changed, 1 insertions, 14 deletions
diff --git a/docs/README.android b/docs/README.android
index 1b1b496d24..51dfaf9861 100644
--- a/docs/README.android
+++ b/docs/README.android
@@ -89,20 +89,7 @@ specifies where the resulting toolchain should be installed (your choice).
--toolchain=arm-linux-androideabi-4.7
Make sure to pick a toolchain for your desired architecture. Currently only
-gcc 4.7 toolchains are supported, anything else will likely fail to build.
-
-ATTENTION FOR X86 BUILDS - THIS DOES NOT APPLY TO 99% OF BUILDS:
-If you want to build for the x86 platform there is a flaw in the mentioned
-NDK. See http://code.google.com/p/android/issues/detail?id=19851 which results
-in linker errors mentioning "sigsetjmp and siglongjmp".
-In that case you have to download the libc.tar.bz2 from that google issue
-entry:
-
-http://android.googlecode.com/issues/attachment?aid=198510003000&name=libc.tar.bz2&token=6uNpHc1v8ixmVOTq3y6-ohUfb0o%3A1341156659947
-
-And extract it to <android-toolchain>/android-<x>/sysroot/usr/lib/ and overwrite
-the libc.so there. (where <android-toolchain>/android-<x>/ is the path you have given on the
---install-dir option above)
+gcc 4.7 and gcc 4.8 toolchains are supported, anything else will likely fail to build.
--------------------------------------------------------------------
3.4. Create a (new) debug key to sign debug APKs