Merge "[MIPS64] Enable mips64 clang"
This commit is contained in:
commit
1bb9adb880
3 changed files with 2 additions and 5 deletions
|
@ -43,7 +43,7 @@ $(clang_2nd_arch_prefix)CLANG_TARGET_GLOBAL_CFLAGS := \
|
|||
$(CLANG_CONFIG_mips_TARGET_EXTRA_CFLAGS)
|
||||
|
||||
$(clang_2nd_arch_prefix)CLANG_TARGET_GLOBAL_CPPFLAGS := \
|
||||
$(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$(clang_2nd_arch_prefix)$(TARGET_GLOBAL_CPPFLAGS)) \
|
||||
$(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_CPPFLAGS)) \
|
||||
$(CLANG_CONFIG_mips_TARGET_EXTRA_CPPFLAGS)
|
||||
|
||||
$(clang_2nd_arch_prefix)CLANG_TARGET_GLOBAL_LDFLAGS := \
|
||||
|
|
|
@ -48,9 +48,6 @@ ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
|
|||
$(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
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ TARGET_2ND_ARCH := mips
|
|||
ifeq (,$(TARGET_2ND_ARCH_VARIANT))
|
||||
TARGET_2ND_ARCH_VARIANT := mips32r2-fp
|
||||
endif
|
||||
TARGET_CPU_ABI := mips
|
||||
TARGET_2ND_CPU_ABI := mips
|
||||
|
||||
# The emulator (qemu) uses the Goldfish devices
|
||||
HAVE_HTC_AUDIO_DRIVER := true
|
||||
|
|
Loading…
Reference in a new issue