disable perf and cpupower for aarch64, its working but need to adjust makefiles

This commit is contained in:
alexander stefanov 2020-11-26 21:44:31 +00:00
parent 871d39fc8e
commit ded0ab746e

View file

@ -155,8 +155,14 @@
%endif
# build perf and cpupower tools
%ifarch %{ix86} %{x86_64}
%define build_perf 1
%define build_cpupower 1
%else
%define build_perf 0
%define build_cpupower 0
%endif
# compress modules with xz
%define build_modxz 1