blob: da094d774aac4b065b7fc52cd5ffffbf2bba3713 [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 Quynh0f9cb0f2013-12-28 14:12:54 +08004# Comment the line below if you don't want to support ARM
Nguyen Anh Quynhf954f872013-12-22 18:49:22 +08005CAPSTONE_ARCHS += arm
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +08006
Nguyen Anh Quynh0f9cb0f2013-12-28 14:12:54 +08007# Comment the line below if you don't want to support ARM64
Nguyen Anh Quynhf954f872013-12-22 18:49:22 +08008CAPSTONE_ARCHS += aarch64
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +08009
Nguyen Anh Quynh0f9cb0f2013-12-28 14:12:54 +080010# Comment the line below if you don't want to support Mips
Nguyen Anh Quynhf954f872013-12-22 18:49:22 +080011CAPSTONE_ARCHS += mips
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +080012
Nguyen Anh Quynh0f9cb0f2013-12-28 14:12:54 +080013# Comment the line below if you don't want to support X86
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +080014CAPSTONE_ARCHS += x86
Nguyen Anh Quynh0f9cb0f2013-12-28 14:12:54 +080015
16# Comment the line below if you don't want to support PowerPC
17CAPSTONE_ARCHS += powerpc