Commit 79462ca1 authored by Jacob Potter's avatar Jacob Potter

Use gcc 4.9 for example

Fixes #146
parent 34aea735
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
APP_ABI := all APP_ABI := all
APP_OPTIM := release APP_OPTIM := release
APP_PLATFORM := android-8 APP_PLATFORM := android-8
# GCC 4.8 Toolchain - requires NDK r9 # GCC 4.9 Toolchain - requires NDK r10
NDK_TOOLCHAIN_VERSION = 4.8 NDK_TOOLCHAIN_VERSION = 4.9
# GNU libc++ is the only Android STL which supports C++11 features # GNU libc++ is the only Android STL which supports C++11 features
APP_STL := gnustl_static APP_STL := gnustl_static
APP_BUILD_SCRIPT := jni/Android.mk APP_BUILD_SCRIPT := jni/Android.mk
......
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