Commit ccf78448 authored by Max Kellermann's avatar Max Kellermann

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

parent ed001e0c
...@@ -40,8 +40,8 @@ build_arch = 'linux-x86_64' ...@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment