From 5c5ff4a13785881a408cb8faada6449bbf6209a5 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Jul 23 2019 16:01:55 +0000 Subject: Disable tests in armhfp Signed-off-by: Johnny Hughes --- diff --git a/SPECS/lld.spec b/SPECS/lld.spec index 3b701db..5261fb6 100644 --- a/SPECS/lld.spec +++ b/SPECS/lld.spec @@ -80,7 +80,9 @@ chrpath --delete %{buildroot}%{_bindir}/* chrpath --delete %{buildroot}%{_libdir}/*.so* %check +%ifnarch %{arm} make -C %{_target_platform} %{?_smp_mflags} check-lld +%endif %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig