OSDN Git Service

Merge "We need to build the ARM components for AArch64 as well."
authorStephen Hines <srhines@google.com>
Wed, 7 May 2014 00:56:07 +0000 (00:56 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 7 May 2014 00:56:07 +0000 (00:56 +0000)
llvm-host-build.mk

index 4ab911b..c68d455 100644 (file)
@@ -1,4 +1,7 @@
+# Windows can't use Clang to build yet
+ifneq ($(HOST_OS),windows)
 LOCAL_CLANG := true
+endif
 
 include external/libcxx/libcxx.mk
 
@@ -11,7 +14,7 @@ LOCAL_CFLAGS +=       \
        -W      \
        -Wno-unused-parameter   \
        -Wwrite-strings \
-        -Dsprintf=sprintf \
+       -Dsprintf=sprintf \
        $(LOCAL_CFLAGS)
 
 ifeq ($(LLVM_ENABLE_ASSERTION),true)