ref: a2b727fb6bf43edfae9846c1fd6f2625f32ede85
parent: 681b1da69899535a41b8aee4628811d4e529be8c
author: Martin Storsjö <martin@martin.st>
date: Tue Aug 12 05:10:56 EDT 2014
Stop referring to a removed make variable Nothing uses the make variable GCCVERSION any longer, since we just query the NDK for the default compiler.
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@
'make OS=android NDKROOT=**ANDROID_NDK** TARGET= **ANDROID_TARGET**'
Valid **ANDROID_TARGET** can be found in **ANDROID_SDK**/platforms, such as android-12.
-You can also set ARCH, NDKLEVEL, GCCVERSION according to your device and NDK version.
+You can also set ARCH, NDKLEVEL according to your device and NDK version.
ARCH specifies the architecture of android device. Currently only arm and x86 are supported, the default is arm.
NDKLEVEL specifies android api level, the api level can be 12-19, the default is 12.