From f49728847171af82713597dd4f038cdf40fef8c3 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Tue, 7 May 2013 07:08:14 -0300 Subject: docs: clarify that gcc-4.7 is required for Android builds --- docs/README.android | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/README.android b/docs/README.android index e83f06b2b2..1b1b496d24 100644 --- a/docs/README.android +++ b/docs/README.android @@ -85,7 +85,11 @@ specifies where the resulting toolchain should be installed (your choice). # ls platforms # cd build/tools # ./make-standalone-toolchain.sh --ndk-dir=../../ \ - --install-dir=/android-14 --platform=android-14 + --install-dir=/android-14 --platform=android-14 \ + --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 -- cgit v1.2.3