android: switch to gcc 4.9 / llvm 3.5 (NDK r10c)

This commit is contained in:
Max Kellermann 2014-11-20 20:59:36 +01:00
parent 0709065f50
commit e972ae4afa
1 changed files with 2 additions and 2 deletions

View File

@ -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'