summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@arm.com>2014-04-11 11:16:58 +0100
committerStuart Monteith <srdmarm@gmail.com>2014-04-11 15:18:12 +0100
commit04ae1630adb4d4f10bfa7fded595052a9124de76 (patch)
treebfba4a9f404bb415598e068a1344d6456ca521e9
parentb0f420f93cc4616b196ea84ed72a4010756a73c9 (diff)
downloadart-04ae1630adb4d4f10bfa7fded595052a9124de76.zip
art-04ae1630adb4d4f10bfa7fded595052a9124de76.tar.gz
art-04ae1630adb4d4f10bfa7fded595052a9124de76.tar.bz2
AArch64: List arm64 as instruction set option
When arm64 was added to dex2oat, it wasn't added to the list of instruction sets in the help text. This adds it. Change-Id: I9ffecb67a053b24ad624effd1853ff47331d2e91 Signed-off-by: Stuart Monteith <stuart.monteith@arm.com>
-rw-r--r--dex2oat/dex2oat.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index c6e448e..ac76c35 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -139,7 +139,7 @@ static void Usage(const char* fmt, ...) {
UsageError(" Example: --android-root=out/host/linux-x86");
UsageError(" Default: $ANDROID_ROOT");
UsageError("");
- UsageError(" --instruction-set=(arm|mips|x86|x86_64): compile for a particular instruction");
+ UsageError(" --instruction-set=(arm|arm64|mips|x86|x86_64): compile for a particular instruction");
UsageError(" set.");
UsageError(" Example: --instruction-set=x86");
UsageError(" Default: arm");