blob: d5ff5166c8b1bc99c553251ab50bcf993fa0f993 [file] [log] [blame]
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +08001# Specify which archs you want to compile in
2CAPSTONE_ARCHS =
danghvu6f52bf92013-12-19 22:43:01 -06003
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +08004# Comment the line below if you don't want to ARM support
Nguyen Anh Quynhf954f872013-12-22 18:49:22 +08005CAPSTONE_ARCHS += arm
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +08006
7# Comment the line below if you don't want to ARM64 support
Nguyen Anh Quynhf954f872013-12-22 18:49:22 +08008CAPSTONE_ARCHS += aarch64
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +08009
10# Comment the line below if you don't want to Mips support
Nguyen Anh Quynhf954f872013-12-22 18:49:22 +080011CAPSTONE_ARCHS += mips
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +080012
13# Comment the line below if you don't want to X86 support
14CAPSTONE_ARCHS += x86