Codebase list givaro / a1cffb7
Append -ffp-contract=off to CXXFLAGS also on mipsel to fix FTBFS. Tobias Hansen 7 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 givaro (4.0.2-5) unstable; urgency=medium
1
2 * Team upload.
3 * debian/rules
4 - Append -ffp-contract=off to CXXFLAGS also on mipsel to fix FTBFS.
5
6 -- Tobias Hansen <thansen@debian.org> Tue, 29 Nov 2016 23:13:31 +0000
7
08 givaro (4.0.2-4) unstable; urgency=medium
19
210 [ Doug Torrance ]
99 # in a future release.
1010 # Inspired by patch for Fedora package by Dan HorĂ¡k <dan@danny.cz>:
1111 # http://pkgs.fedoraproject.org/cgit/rpms/givaro.git/commit/?id=2755bb0
12 ifeq ($(DEB_HOST_ARCH_CPU), $(filter $(DEB_HOST_ARCH_CPU), mips64el s390x))
12 ifeq ($(DEB_HOST_ARCH_CPU), $(filter $(DEB_HOST_ARCH_CPU), mips64el mipsel s390x))
1313 export DEB_CXXFLAGS_MAINT_APPEND = -ffp-contract=off
1414 endif
1515