[pkg-d-commits] [gir-to-d] 01/02: Enforce building without NEON on armhf

Matthias Klumpp mak at moszumanska.debian.org
Mon Oct 2 00:43:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to branch master
in repository gir-to-d.

commit 48cfab941c97d1cf77118d81743822112151968e
Author: Matthias Klumpp <mak at debian.org>
Date:   Mon Oct 2 02:39:34 2017 +0200

    Enforce building without NEON on armhf
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1c8b549..fc2aeb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,11 @@
 # -*- makefile -*-
 #export DH_VERBOSE=1
 
-export DFLAGS=-O -g -release -wi
+DFLAGS=-O -g -release -wi
+ifeq ($(DEB_HOST_ARCH),armhf)
+	DFLAGS += -mattr=-neon
+endif
+export DFLAGS
 
 %:
 	dh $@ --parallel --buildsystem=meson

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/gir-to-d.git



More information about the pkg-d-commits mailing list