[alglib] 01/02: d/rules: Add -ffloat-store flag to more 32 bit archs

Gert Wollny gewo at moszumanska.debian.org
Tue Oct 10 21:05:16 UTC 2017


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

gewo pushed a commit to branch master
in repository alglib.

commit a508c14b5cd790e3ef0d07518f0b4e7568b15cae
Author: Gert Wollny <gewo at debian.org>
Date:   Tue Oct 10 12:24:02 2017 +0000

    d/rules: Add -ffloat-store flag to more 32 bit archs
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3cbc01d..7764237 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
  
-ifneq (,$(findstring $(DEB_HOST_ARCH), i386))
+ifneq (,$(findstring $(DEB_HOST_ARCH), i386 mipsel hurd-i386 kfreebsd-i386 ))
     export DEB_CFLAGS_MAINT_APPEND = -ffloat-store
     export DEB_CXXFLAGS_MAINT_APPEND = -ffloat-store
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/alglib.git



More information about the debian-science-commits mailing list