blob: ac2e476bf67b0c5ba56e8b6ff9923edb24cf4cc2 [file] [log] [blame]
Nguyen Anh Quynh59492c22014-01-05 23:41:31 +08001# Comment out the line below 'USE_SYS_DYN_MEM = yes' if you do not want to use
2# system's malloc()/calloc()/realloc()/free() for internal dynamic memory management.
3# NOTE: in that case, your program must specify your own malloc/calloc/realloc/free
4# functions with cs_option(), using CS_OPT_MEM option type.
5USE_SYS_DYN_MEM = yes
6
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +08007# Specify which archs you want to compile in
Nguyen Anh Quynhcf4df4b2014-01-13 11:18:45 +08008# DO NOT touch the line below.
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +08009CAPSTONE_ARCHS =
danghvu6f52bf92013-12-19 22:43:01 -060010
Nguyen Anh Quynhcf4df4b2014-01-13 11:18:45 +080011# Comment out the line below if you don't want to support ARM
Nguyen Anh Quynhf954f872013-12-22 18:49:22 +080012CAPSTONE_ARCHS += arm
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +080013
Nguyen Anh Quynhcf4df4b2014-01-13 11:18:45 +080014# Comment out the line below if you don't want to support ARM64
Nguyen Anh Quynhf954f872013-12-22 18:49:22 +080015CAPSTONE_ARCHS += aarch64
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +080016
Nguyen Anh Quynhcf4df4b2014-01-13 11:18:45 +080017# Comment out the line below if you don't want to support Mips
Nguyen Anh Quynhf954f872013-12-22 18:49:22 +080018CAPSTONE_ARCHS += mips
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +080019
Nguyen Anh Quynhcf4df4b2014-01-13 11:18:45 +080020# Comment out the line below if you don't want to support X86
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +080021CAPSTONE_ARCHS += x86
Nguyen Anh Quynh0f9cb0f2013-12-28 14:12:54 +080022
Nguyen Anh Quynhcf4df4b2014-01-13 11:18:45 +080023# Comment out the line below if you don't want to support PowerPC
Nguyen Anh Quynh0f9cb0f2013-12-28 14:12:54 +080024CAPSTONE_ARCHS += powerpc