[libvigraimpex] 21/30: deb/rules: cosmetics
Daniel Stender
danstender-guest at moszumanska.debian.org
Sun Feb 14 00:55:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository libvigraimpex.
commit 5410fecaa130bef4a2d5bdbe43d09a5c9c5056b7
Author: Daniel Stender <debian at danielstender.com>
Date: Sat Feb 13 21:10:58 2016 +0100
deb/rules: cosmetics
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index eabfbdc..9e240c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@ CFLAGS := $(shell env DEB_CFLAGS_MAINT_APPEND=-pipe dpkg-buildflags --get CFLAGS
CXXFLAGS := $(shell env DEB_CXXFLAGS_MAINT_APPEND=-pipe dpkg-buildflags --get CXXFLAGS; dpkg-buildflags --get CPPFLAGS)
LDFLAGS := $(shell env DEB_LDFLAGS_MAINT_APPEND='-Wl,--as-needed -Wl,-z,now' dpkg-buildflags --get LDFLAGS)
-DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-
ifeq ($(DEB_HOST_ARCH),i386)
CFLAGS += -ffloat-store
CXXFLAGS += -ffloat-store
@@ -18,6 +16,8 @@ ifeq ($(DEB_HOST_ARCH),ppc64el)
CXXFLAGS := $(subst -O3,-O2,$(CXXFLAGS))
endif
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
CXXFLAGS += --param ggc-min-expand=20
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libvigraimpex.git
More information about the debian-science-commits
mailing list