Add back arm_armbe and arm64_armbe targets
This commit is contained in:
@ -1233,7 +1233,7 @@ endif()
|
|||||||
|
|
||||||
|
|
||||||
if(UNICORN_FUZZ)
|
if(UNICORN_FUZZ)
|
||||||
set(UNICORN_FUZZ_SUFFIX "arm_arm;arm_thumb;arm64_arm;m68k_be;mips_32be;mips_32le;sparc_32be;x86_16;x86_32;x86_64;s390x_be")
|
set(UNICORN_FUZZ_SUFFIX "arm_arm;arm_armbe;arm_thumb;arm64_arm;arm64_armbe;m68k_be;mips_32be;mips_32le;sparc_32be;x86_16;x86_32;x86_64;s390x_be")
|
||||||
if (NOT APPLE)
|
if (NOT APPLE)
|
||||||
set(SAMPLES_LIB ${SAMPLES_LIB} rt)
|
set(SAMPLES_LIB ${SAMPLES_LIB} rt)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user