Compare commits

...

1 Commits
rawhide ... f36

Author SHA1 Message Date
Vitaly Zaitsev 2ac91069d2
Use Cortex-A9 on legacy armv7. 2023-04-11 11:36:12 +02:00
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ find . -depth -name utlist* -print -delete
%ifarch %{ix86} x86_64
-DKERNELLIB_HOST_CPU_VARIANTS=distro \
%endif
%ifarch %{arm}
-DLLC_HOST_CPU="cortex-a9" \
%endif
%ifarch aarch64
-DLLC_HOST_CPU="cortex-a53" \
%endif