Use ifnarch + %{arm} properly for arch filtering
This commit is contained in:
parent
d71ad350ba
commit
107b041e00
4
lld.spec
4
lld.spec
@ -80,9 +80,7 @@ chrpath --delete %{buildroot}%{_libdir}/*.so*
|
|||||||
%check
|
%check
|
||||||
|
|
||||||
# armv7lhl tests disabled because of arm issue, see https://koji.fedoraproject.org/koji/taskinfo?taskID=33660162
|
# armv7lhl tests disabled because of arm issue, see https://koji.fedoraproject.org/koji/taskinfo?taskID=33660162
|
||||||
%ifarch armv7lhl
|
%ifnarch %{arm}
|
||||||
true
|
|
||||||
%else
|
|
||||||
make -C %{_target_platform} %{?_smp_mflags} check-lld
|
make -C %{_target_platform} %{?_smp_mflags} check-lld
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user