diff --git a/SPECS/lld.spec b/SPECS/lld.spec
index 5261fb6..3b701db 100644
--- a/SPECS/lld.spec
+++ b/SPECS/lld.spec
@@ -80,9 +80,7 @@ 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