[med-svn] [Git][med-team/bcftools][master] d/rules: use -mfpmath=sse -msse2 on any i386 arch, not only Linux

Andreas Tille (@tille) gitlab at salsa.debian.org
Sat Jun 24 22:14:00 BST 2023



Andreas Tille pushed to branch master at Debian Med / bcftools


Commits:
dad46d08 by Pino Toscano at 2023-06-24T22:36:15+02:00
d/rules: use -mfpmath=sse -msse2 on any i386 arch, not only Linux

Use DEB_TARGET_ARCH_CPU instead of DEB_TARGET_ARCH, so it is applied on
i386 for any OS, and not only Linux: this is because the issue applies
to the i386 architecture in general, no matter the (Unix) OS.

Gbp-Dch: Short

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -3,7 +3,7 @@
 #export DH_VERBOSE = 1
 include /usr/share/dpkg/default.mk
 
-ifneq (,$(filter $(DEB_TARGET_ARCH),i386))
+ifneq (,$(filter $(DEB_TARGET_ARCH_CPU),i386))
 export DEB_CFLAGS_MAINT_APPEND += -mfpmath=sse -msse2
 endif
 



View it on GitLab: https://salsa.debian.org/med-team/bcftools/-/commit/dad46d08bd6b4bdc023f0199202bf5c9ab0de196

-- 
View it on GitLab: https://salsa.debian.org/med-team/bcftools/-/commit/dad46d08bd6b4bdc023f0199202bf5c9ab0de196
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230624/d67fd854/attachment.htm>


More information about the debian-med-commit mailing list