summaryrefslogtreecommitdiff
path: root/debian/rules.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules.patch')
-rw-r--r--debian/rules.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules.patch b/debian/rules.patch
index 092fcfc..f1975d3 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -310,7 +310,9 @@ ifneq (,$(filter $(derivative),Ubuntu))
else # Debian
#debian_patches += gcc-as-needed
endif
-debian_patches += mips-fix-loongson2f-nop
+ifeq ($(DEB_TARGET_ARCH),mipsel)
+ debian_patches += mips-fix-loongson2f-nop
+endif
debian_patches += libgomp-kfreebsd-testsuite
debian_patches += go-testsuite
# FIXME: Still relevant?