diff options
author | 2014-03-27 19:11:12 +0900 | |
---|---|---|
committer | 2014-03-27 19:14:37 +0900 | |
commit | 96092ebd780027ec9e2e1a8c32029e5b54fc970c (patch) | |
tree | 91e6a22a137eb36c251496996bd0e3090b6ccde4 /tools/dicttool/NativeLib.mk | |
parent | e04a9798f6f1e2c4976c8c8bf07a204fa76a6da9 (diff) | |
download | latinime-96092ebd780027ec9e2e1a8c32029e5b54fc970c.tar.gz latinime-96092ebd780027ec9e2e1a8c32029e5b54fc970c.tar.xz latinime-96092ebd780027ec9e2e1a8c32029e5b54fc970c.zip |
Use Clang for dicttool
Fix the wrong shared lib name too.
Change-Id: Ib98c55dfd1aee4a762dc96b12df3a463bef2ac80
Diffstat (limited to 'tools/dicttool/NativeLib.mk')
-rw-r--r-- | tools/dicttool/NativeLib.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dicttool/NativeLib.mk b/tools/dicttool/NativeLib.mk index 95f767dc9..0d3507be3 100644 --- a/tools/dicttool/NativeLib.mk +++ b/tools/dicttool/NativeLib.mk @@ -37,9 +37,9 @@ endif #HOST_JDK_IS_64BIT_VERSION LOCAL_CFLAGS += -DHOST_TOOL -fPIC -Wno-deprecated LOCAL_NO_DEFAULT_COMPILER_FLAGS := true +LOCAL_CLANG := true # For C++11 -# TODO: Change this to -std=c++11 -LOCAL_CFLAGS += -std=gnu++0x +LOCAL_CFLAGS += -std=c++11 LATINIME_NATIVE_JNI_DIR := $(LATINIME_DIR_RELATIVE_TO_DICTTOOL)/native/jni LATINIME_NATIVE_SRC_DIR := $(LATINIME_DIR_RELATIVE_TO_DICTTOOL)/native/jni/src |