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.
This commit is contained in:
Martin Storsjö 2014-08-12 09:10:56 +03:00
parent 681b1da698
commit a2b727fb6b

View File

@ -64,7 +64,7 @@ The codec and demo can be built by
'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.