From 734aa15fa6bf10e6cf18f4b511313b71a072bf8a Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 22 Sep 2015 12:12:17 +0800 Subject: [PATCH] correct supported archs in COMPILE.TXT --- COMPILE.TXT | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/COMPILE.TXT b/COMPILE.TXT index bbcb96ca..9001cbfd 100644 --- a/COMPILE.TXT +++ b/COMPILE.TXT @@ -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,