From 13fb8156574fb420de108f61c4984bda99299d52 Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Thu, 3 Jun 2021 23:07:57 +0200 Subject: [PATCH] [PPC] Try -mcpu=power8 buildflag --- compilation_flags.file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilation_flags.file b/compilation_flags.file index 0e9d77a4ee1..dac80c9f392 100644 --- a/compilation_flags.file +++ b/compilation_flags.file @@ -1,4 +1,4 @@ %if "%{?ppc64le_build_flags:set}" != "set" -%define ppc64le_build_flags -mcpu=powerpc64le -mtune=power8 --param=l1-cache-size=64 --param=l1-cache-line-size=128 --param=l2-cache-size=512 +%define ppc64le_build_flags -mcpu=power8 -mtune=power8 --param=l1-cache-size=64 --param=l1-cache-line-size=128 --param=l2-cache-size=512 %endif