Skip to content

Commit

Permalink
Make clang3.7 default 'clang' toolchain (issue #1050)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Moskalchuk <dm@crystax.net>
  • Loading branch information
dmsck committed Nov 24, 2015
1 parent 639f5f2 commit 465c012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/core/setup-toolchain.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
$(call assert-defined,TARGET_PLATFORM TARGET_ARCH TARGET_ARCH_ABI)
$(call assert-defined,NDK_APPS NDK_APP_STL NDK_APP_OBJC)

LLVM_VERSION_LIST := 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7
NDK_64BIT_TOOLCHAIN_LIST := clang3.6 clang3.7 clang3.5 clang3.4 5 4.9
LLVM_VERSION_LIST := 3.6 3.7
NDK_64BIT_TOOLCHAIN_LIST := clang3.7 clang3.6 5 4.9

DEFAULT_LLVM_VERSION := $(patsubst clang%,%,$(firstword $(filter clang%,$(NDK_64BIT_TOOLCHAIN_LIST))))
DEFAULT_GCC_VERSION := $(lastword $(filter-out clang%,$(NDK_64BIT_TOOLCHAIN_LIST)))
Expand Down

0 comments on commit 465c012

Please sign in to comment.