Use Cortex-A9 on legacy armv7.

This commit is contained in:
Vitaly Zaitsev 2023-04-11 11:36:12 +02:00
parent ecd464612b
commit 2ac91069d2
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
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