OSDN Git Service

Fix mips disassembler makefile to build for mips, not arm.
authorjeffhao <jeffhao@google.com>
Wed, 15 Aug 2012 20:16:32 +0000 (13:16 -0700)
committerStephen Hines <srhines@google.com>
Wed, 15 Aug 2012 20:57:47 +0000 (13:57 -0700)
Change-Id: I3a5491781ec580669f9af48f4d181571042fa4e7

lib/Target/Mips/Disassembler/Android.mk

index 99b405a..6c28c69 100644 (file)
@@ -12,7 +12,7 @@ mips_disassembler_SRC_FILES := \
 
 # For the device
 # =====================================================
-ifeq ($(TARGET_ARCH),arm)
+ifeq ($(TARGET_ARCH),mips)
 include $(CLEAR_VARS)
 include $(CLEAR_TBLGEN_VARS)
 
@@ -47,4 +47,3 @@ TBLGEN_TD_DIR := $(LOCAL_PATH)/..
 include $(LLVM_HOST_BUILD_MK)
 include $(LLVM_TBLGEN_RULES_MK)
 include $(BUILD_HOST_STATIC_LIBRARY)
-