OSDN Git Service

Merge "Don't try to use Clang on Windows yet."
authorStephen Hines <srhines@google.com>
Mon, 5 May 2014 17:48:13 +0000 (17:48 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Mon, 5 May 2014 17:48:14 +0000 (17:48 +0000)
1  2 
llvm-host-build.mk

@@@ -1,8 -1,9 +1,11 @@@
+ # Windows can't use Clang to build yet
+ ifneq ($(HOST_OS),windows)
  LOCAL_CLANG := true
+ endif
  
 -LOCAL_CFLAGS :=       \
 +include external/libcxx/libcxx.mk
 +
 +LOCAL_CFLAGS +=       \
        -D_GNU_SOURCE   \
        -D__STDC_LIMIT_MACROS   \
        -O2     \