Don't use clang suffix on arm

This commit is contained in:
Martin Stransky 2022-08-05 11:30:09 +02:00
parent bd3fc12e39
commit c6d827cb4e
1 changed files with 3 additions and 0 deletions

View File

@ -157,9 +157,12 @@ ExcludeArch: aarch64
%if !%{release_build}
%global pre_tag .npgo
%endif
# Don't use 'clang' suffix on arm
%ifnarch %{arm}
%if %{build_with_clang}
%global pre_tag .clang
%endif
%endif
%if %{build_with_asan}
%global pre_tag .asan
%global build_with_pgo 0