correct supported archs in COMPILE.TXT

This commit is contained in:
Nguyen Anh Quynh 2015-09-22 12:12:17 +08:00
parent 14a01b5186
commit 734aa15fa6
1 changed files with 4 additions and 4 deletions

View File

@ -35,11 +35,11 @@ Unicorn requires few dependent packages as followings
[1] Tailor Unicorn to your need.
Out of 8 archtitectures supported by Unicorn (Arm, Arm64, Mips, PPC, Sparc,
SystemZ, XCore & X86), if you just need several selected archs, choose which
ones you want to compile in by editing "config.mk" before going to next steps.
Out of 6 archtitectures supported by Unicorn (Arm, Arm64, M68K, Mips, Sparc,
& X86), if you just need several selected archs, choose which ones you want
to compile in by editing "config.mk" before going to next steps.
By default, all 8 architectures are compiled.
By default, all 6 architectures are compiled.
The other way of customize Unicorn without having to edit config.mk is to
pass the desired options on the commandline to ./make.sh. Currently,