[SCM] sonic-visualiser/master: Revert "Enable "-ffloat-store" additionally for s390x"

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Jan 7 23:01:20 UTC 2018


The following commit has been merged in the master branch:
commit f075f3b4781cdc92d7ac25f9dc4b456899712706
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Mon Jan 8 00:00:14 2018 +0100

    Revert "Enable "-ffloat-store" additionally for s390x"
    
    This reverts commit 18f45aaab6bd39f3ea9ae5c153bf13b89c3aaec3.

diff --git a/debian/rules b/debian/rules
index 72eb8c7..179f2be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,12 +10,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 DEB_CXXFLAGS_MAINT_APPEND=
 DEB_LDFLAGS_MAINT_APPEND=
-
-ffloat_store_archs := i386 s390x
-ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH), $(ffloat_store_archs)))
+ifneq (,$(filter $(DEB_HOST_ARCH), i386))
     DEB_CXXFLAGS_MAINT_APPEND+=-ffloat-store
 endif
-
 DEB_LDFLAGS_MAINT_APPEND+= -Wl,--as-needed
 
 export DEB_CXXFLAGS_MAINT_APPEND

-- 
sonic-visualiser packaging



More information about the pkg-multimedia-commits mailing list