mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-21 20:37:50 +00:00
correct supported archs in COMPILE.TXT
This commit is contained in:
parent
14a01b5186
commit
734aa15fa6
|
@ -35,11 +35,11 @@ Unicorn requires few dependent packages as followings
|
||||||
|
|
||||||
[1] Tailor Unicorn to your need.
|
[1] Tailor Unicorn to your need.
|
||||||
|
|
||||||
Out of 8 archtitectures supported by Unicorn (Arm, Arm64, Mips, PPC, Sparc,
|
Out of 6 archtitectures supported by Unicorn (Arm, Arm64, M68K, Mips, Sparc,
|
||||||
SystemZ, XCore & X86), if you just need several selected archs, choose which
|
& X86), if you just need several selected archs, choose which ones you want
|
||||||
ones you want to compile in by editing "config.mk" before going to next steps.
|
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
|
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,
|
pass the desired options on the commandline to ./make.sh. Currently,
|
||||||
|
|
Loading…
Reference in a new issue