diff options
author | Andreas Gampe <agampe@google.com> | 2015-01-14 15:45:59 -0800 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2015-01-15 11:32:48 -0800 |
commit | 57b34294758e9c00993913ebe43c7ee4698a5cc6 (patch) | |
tree | 981821619027686f83fbe00445299b0522f1df05 /cmdline | |
parent | 4945bfef00ac446d9c5458e55500229d463ab4c3 (diff) | |
download | art-57b34294758e9c00993913ebe43c7ee4698a5cc6.zip art-57b34294758e9c00993913ebe43c7ee4698a5cc6.tar.gz art-57b34294758e9c00993913ebe43c7ee4698a5cc6.tar.bz2 |
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
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/cmdline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/cmdline.h b/cmdline/cmdline.h index 30012d0..2967e27 100644 --- a/cmdline/cmdline.h +++ b/cmdline/cmdline.h @@ -196,7 +196,7 @@ struct CmdlineArgs { " Example: --boot-image=/system/framework/boot.art\n" "\n"; usage += StringPrintf( // Optional. - " --instruction-set=(arm|arm64|mips|x86|x86_64): for locating the image\n" + " --instruction-set=(arm|arm64|mips|mips64|x86|x86_64): for locating the image\n" " file based on the image location set.\n" " Example: --instruction-set=x86\n" " Default: %s\n" |