From: Konstantinos Margaritis Date: Sat, 7 Oct 2023 09:06:47 +0000 (+0300) Subject: add cpuid_flags to ppc64le as well X-Git-Tag: vectorscan/5.4.11~2^2~5^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=690080612749adbb335e38f4a10eda562724c55b;p=thirdparty%2Fvectorscan.git add cpuid_flags to ppc64le as well --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d865946c..bde8b7e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -651,6 +651,10 @@ set (hs_exec_common_SRCS ${hs_exec_common_SRCS} src/util/arch/arm/cpuid_flags.c ) +elseif (ARCH_PPC64EL) +set (hs_exec_common_SRCS + ${hs_exec_common_SRCS} + src/util/arch/ppc64el/cpuid_flags.c) endif () set (hs_exec_SRCS