aboutsummaryrefslogtreecommitdiff
path: root/pp/opannotate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pp/opannotate.cpp')
-rw-r--r--pp/opannotate.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/pp/opannotate.cpp b/pp/opannotate.cpp
index 8df841b..ddfd8b4 100644
--- a/pp/opannotate.cpp
+++ b/pp/opannotate.cpp
@@ -417,8 +417,10 @@ void do_one_output_objdump(symbol_collection const & symbols,
}
args.push_back(image_name);
-#if defined(ANDROID)
+#if defined(ANDROID_TARGET_ARM)
child_reader reader("arm-eabi-objdump", args);
+#elif defined(ANDROID_TARGET_MIPS)
+ child_reader reader("mipsel-linux-android-objdump", args);
#else
child_reader reader("objdump", args);
#endif