From 57b34294758e9c00993913ebe43c7ee4698a5cc6 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 14 Jan 2015 15:45:59 -0800 Subject: ART: Allow to compile interpret-only mips64 files Include enough infrastructure to allow cross-compiling for mips64, interpret-only. This includes the instruction-set-features, frame size info and utils assembler. Also add a disassembler for oatdump, and support in patchoat. Note: the runtime cannot run mips64, yet. Change-Id: Id106581fa76b478984741c62a8a03be0f370d992 --- runtime/Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/Android.mk') diff --git a/runtime/Android.mk b/runtime/Android.mk index 13a216c..3330b2d 100644 --- a/runtime/Android.mk +++ b/runtime/Android.mk @@ -170,6 +170,8 @@ LIBART_COMMON_SRC_FILES += \ arch/arm64/registers_arm64.cc \ arch/mips/instruction_set_features_mips.cc \ arch/mips/registers_mips.cc \ + arch/mips64/instruction_set_features_mips64.cc \ + arch/mips64/registers_mips64.cc \ arch/x86/instruction_set_features_x86.cc \ arch/x86/registers_x86.cc \ arch/x86_64/registers_x86_64.cc \ -- cgit v1.1