update README.md to indicate ARM64 support

This commit is contained in:
Joel Dice 2014-12-31 08:17:12 -07:00
parent 80ce92a999
commit 7df56328d9

View File

@ -59,10 +59,10 @@ Supported Platforms
Avian can currently target the following platforms:
* Linux (i386, x86_64, and ARM)
* Linux (i386, x86_64, ARM, and ARM64)
* Windows (i386 and x86_64)
* Mac OS X (i386 and x86_64)
* Apple iOS (i386 and ARM)
* Apple iOS (i386, ARM, and ARM64)
* FreeBSD (i386, x86_64)
@ -86,7 +86,7 @@ certain flags described below, all of which are optional.
$ make \
platform={linux,windows,macosx,ios,freebsd} \
arch={i386,x86_64,arm} \
arch={i386,x86_64,arm,arm64} \
process={compile,interpret} \
mode={debug,debug-fast,fast,small} \
lzma=<lzma source directory> \