[med-svn] [Git][med-team/clustalo][master] d/rules: avoid s390x segfaulting with gcc-10.2 optimizations by falling back to -O0

Michael R. Crusoe gitlab at salsa.debian.org
Mon Nov 23 06:59:29 GMT 2020



Michael R. Crusoe pushed to branch master at Debian Med / clustalo


Commits:
f36aaa16 by Christian Ehrhardt at 2020-11-11T09:50:12+01:00
d/rules: avoid s390x segfaulting with gcc-10.2 optimizations by falling back to -O0

Signed-off-by: Christian Ehrhardt <christian.ehrhardt at canonical.com>

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -7,7 +7,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 include /usr/share/dpkg/default.mk
-ifneq (,$(filter mipsel ,$(DEB_BUILD_ARCH)))
+ifneq (,$(filter $(DEB_BUILD_ARCH), mipsel s390x))
 export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-O[1-9]//') -O0
 export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS | sed 's/-O[1-9]//') -O0
 endif



View it on GitLab: https://salsa.debian.org/med-team/clustalo/-/commit/f36aaa162dca290011bc48a7d341b54d155370da

-- 
View it on GitLab: https://salsa.debian.org/med-team/clustalo/-/commit/f36aaa162dca290011bc48a7d341b54d155370da
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/20201123/c9201f37/attachment-0001.html>


More information about the debian-med-commit mailing list