From 107b041e001e74f139a56b48a1a8cbf79d5c9e12 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 21 Mar 2019 20:44:41 +0000 Subject: [PATCH] Use ifnarch + %{arm} properly for arch filtering --- lld.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lld.spec b/lld.spec index aa763b1..bbca57e 100644 --- a/lld.spec +++ b/lld.spec @@ -80,9 +80,7 @@ chrpath --delete %{buildroot}%{_libdir}/*.so* %check # armv7lhl tests disabled because of arm issue, see https://koji.fedoraproject.org/koji/taskinfo?taskID=33660162 -%ifarch armv7lhl -true -%else +%ifnarch %{arm} make -C %{_target_platform} %{?_smp_mflags} check-lld %endif