Merge pull request #385 from dicej/master

update README.md to indicate ARM64 support
This commit is contained in:
Joshua Warner 2015-01-01 12:25:38 -07:00
commit fa0c62c4ff

View File

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