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