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