|
@@ -361,6 +361,8 @@ environment variable which must fulfill the following conditions:
|
|
|
|
|
|
$NDK/build/tools/make-standalone-toolchain.sh --platform=android-18 --toolchain=arm-linux-androideabi-4.8 --install-dir=$ANDROID_HOME/toolchain
|
|
$NDK/build/tools/make-standalone-toolchain.sh --platform=android-18 --toolchain=arm-linux-androideabi-4.8 --install-dir=$ANDROID_HOME/toolchain
|
|
|
|
|
|
|
|
+ $NDK/build/tools/make-standalone-toolchain.sh --install-dir=$ANDROID_HOME/toolchain --toolchain=arm-linux-androideabi-4.8 --llvm-version=3.4
|
|
|
|
+
|
|
You may need to add ``--system=linux-x86_64`` to the above
|
|
You may need to add ``--system=linux-x86_64`` to the above
|
|
command-line for x86_64 Linux host.
|
|
command-line for x86_64 Linux host.
|
|
|
|
|