diff options
-rw-r--r-- | debian/rules.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.defs b/debian/rules.defs index 0844e21..071bf40 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -309,7 +309,7 @@ endif # build using fsf or linaro ifeq ($(distribution),Ubuntu) ifeq (,$(findstring gnat, $(PKGSOURCE))) - ifneq (,$(findstring $(DEB_TARGET_ARCH),amd64 i386 arm64 armel armhf)) + ifneq (,$(findstring $(DEB_TARGET_ARCH),arm64 armel armhf)) with_linaro_branch = yes endif endif |