Enable s390x in default arch
This was overriden in a previous PR
This commit is contained in:
@ -27,7 +27,7 @@ option(BUILD_SHARED_LIBS "Build shared instead of static library" ${PROJECT_IS_T
|
|||||||
option(UNICORN_FUZZ "Enable fuzzing" OFF)
|
option(UNICORN_FUZZ "Enable fuzzing" OFF)
|
||||||
option(UNICORN_BUILD_TESTS "Build unicorn tests" ${PROJECT_IS_TOP_LEVEL})
|
option(UNICORN_BUILD_TESTS "Build unicorn tests" ${PROJECT_IS_TOP_LEVEL})
|
||||||
option(UNICORN_INSTALL "Enable unicorn installation" ${PROJECT_IS_TOP_LEVEL})
|
option(UNICORN_INSTALL "Enable unicorn installation" ${PROJECT_IS_TOP_LEVEL})
|
||||||
set(UNICORN_ARCH "x86;arm;aarch64;riscv;mips;sparc;m68k;ppc" CACHE STRING "Enabled unicorn architectures")
|
set(UNICORN_ARCH "x86;arm;aarch64;riscv;mips;sparc;m68k;ppc;s390x" CACHE STRING "Enabled unicorn architectures")
|
||||||
option(UNICORN_TRACER "Trace unicorn execution" OFF)
|
option(UNICORN_TRACER "Trace unicorn execution" OFF)
|
||||||
|
|
||||||
foreach(ARCH_LOOP ${UNICORN_ARCH})
|
foreach(ARCH_LOOP ${UNICORN_ARCH})
|
||||||
|
Reference in New Issue
Block a user