[Pkg-electronics-commits] [pcb] 01/04: Add -ffloat-store to CFLAGS for *-i386 builds
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at users.sourceforge.net
Tue Oct 3 03:31:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
aelmahmoudy-guest pushed a commit to annotated tag debian/1%4.0.2-3
in repository pcb.
commit 6a9146d562b97287e6053ef7ce568b65b2ee1a49
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date: Tue Oct 3 00:49:21 2017 +0200
Add -ffloat-store to CFLAGS for *-i386 builds
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 3398747..c86e2ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
package = pcb
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-ifneq (,$(filter $(DEB_HOST_ARCH), i386))
+ifeq (i386,$(findstring i386,$(DEB_HOST_ARCH)))
export DEB_CFLAGS_MAINT_APPEND=-ffloat-store
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/pcb.git
More information about the Pkg-electronics-commits
mailing list