diff options
author | Cory Fields <foss@atlastechnologiesinc.com> | 2013-05-07 07:08:14 -0300 |
---|---|---|
committer | Cory Fields <foss@atlastechnologiesinc.com> | 2013-05-07 07:08:14 -0300 |
commit | f49728847171af82713597dd4f038cdf40fef8c3 (patch) | |
tree | 7982044bb52b1d5f8fd457aa5b4bbff54fc3e9c2 /docs | |
parent | ddad03ca9b0537bd6e3bdf038b22f1ceea4ae903 (diff) |
docs: clarify that gcc-4.7 is required for Android builds
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.android | 6 |
1 files changed, 5 insertions, 1 deletions
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-toolchain>/android-14 --platform=android-14 + --install-dir=<android-toolchain>/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 |