diff --git a/debian/rules b/debian/rules
index 1625645..bf3d75c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), hurd-i386))
   WITHOUT_BENCH := disabled on $(DEB_HOST_ARCH)
 endif
 ifeq ($(on_buildd),yes)
-  ifneq (,$(findstring $(DEB_HOST_ARCH), hppa mips mipsel s390))
+  ifneq (,$(findstring $(DEB_HOST_ARCH), hppa mips mipsel mipsn32 mipsn32el mips64 mips64el s390))
     WITHOUT_CHECK := yes
   endif
 endif
