[android] Switched to clang3.6

This commit is contained in:
Alex Zolotarev 2015-09-23 09:14:49 -07:00
parent b206273860
commit 65f43548da
2 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,4 @@
# We can't use clang3.6 for now because it hangs at base/normalize_unicode.cpp compilation.
# TODO: Replace normalize_unicode.cpp with equal by performance implementation (ask YuraRa about it).
NDK_TOOLCHAIN_VERSION := clang3.5
NDK_TOOLCHAIN_VERSION := clang3.6
APP_PLATFORM := android-15
APP_STL := c++_static

View file

@ -12,9 +12,7 @@ isEmpty( ANDROID_TARGET_ABI ): ANDROID_TARGET_ABI = armeabi-v7a
ANDROID_PLATFORM = android-15
GCC_VERSION = 4.8
# We can't use clang3.6 for now because it hangs at base/normalize_unicode.cpp compilation.
# TODO: Replace normalize_unicode.cpp with equal by performance implementation (ask YuraRa about it).
CLANG_VERSION = 3.5
CLANG_VERSION = 3.6
MAKEFILE_GENERATOR = UNIX
QMAKE_COMPILER = $$(NDK_ROOT)/toolchains/llvm-$$CLANG_VERSION/prebuilt/$$(NDK_HOST)/bin/clang