From 1b346f94e0118924cc94be14176e38daf1fbfec4 Mon Sep 17 00:00:00 2001 From: lazymio Date: Sat, 12 Feb 2022 14:17:33 +0100 Subject: [PATCH] Add back arm_armbe and arm64_armbe targets --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e286099..73f10dee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1233,7 +1233,7 @@ endif() 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) set(SAMPLES_LIB ${SAMPLES_LIB} rt) endif()