android: switch to gcc 4.9 / llvm 3.5 (NDK r10c)
This commit is contained in:
parent
0709065f50
commit
e972ae4afa
|
@ -40,8 +40,8 @@ build_arch = 'linux-x86_64'
|
||||||
os.environ['PKG_CONFIG_LIBDIR'] = os.path.join(root_path, 'lib/pkgconfig')
|
os.environ['PKG_CONFIG_LIBDIR'] = os.path.join(root_path, 'lib/pkgconfig')
|
||||||
|
|
||||||
# select the NDK compiler
|
# select the NDK compiler
|
||||||
gcc_version = '4.8'
|
gcc_version = '4.9'
|
||||||
llvm_version = '3.3'
|
llvm_version = '3.5'
|
||||||
|
|
||||||
# select the NDK target
|
# select the NDK target
|
||||||
ndk_arch = 'arm'
|
ndk_arch = 'arm'
|
||||||
|
|
Loading…
Reference in New Issue