OSDN Git Service

Merge "[MIPS64] Enable mips64 clang"
authorYing Wang <wangying@android.com>
Thu, 24 Jul 2014 01:42:13 +0000 (01:42 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 23 Jul 2014 18:51:55 +0000 (18:51 +0000)
1  2 
core/combo/TARGET_linux-mips64.mk

@@@ -48,11 -48,7 +48,8 @@@ ifeq ($(strip $(wildcard $(TARGET_ARCH_
  $(error Unknown MIPS architecture variant: $(TARGET_ARCH_VARIANT))
  endif
  
- # TODO: Enable Clang when its mips64 prebuilt is added
- WITHOUT_TARGET_CLANG := true
  include $(TARGET_ARCH_SPECIFIC_MAKEFILE)
 +include $(BUILD_SYSTEM)/combo/fdo.mk
  
  # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else
  ifeq ($(strip $(TARGET_TOOLS_PREFIX)),)