[med-svn] [subread] 01/01: d/rules: enable -fsigned-char for all architectures
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Thu May 21 12:18:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository subread.
commit 3b070f9ddc42172cee41f1327f3aa8bd48b21555
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Thu May 21 14:01:05 2015 +0200
d/rules: enable -fsigned-char for all architectures
---
debian/rules | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 2f986c8..16c77ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,10 +12,9 @@ utildir := $(CURDIR)/bin/utilities
DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),amd64 i386))
- export EXTRA_CC_FLAGS = -mtune=generic -msse3
-else ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),arm64 armel armhf mips powerpc ppc64el s390x))
- export EXTRA_CC_FLAGS = -fsigned-char
+ EXTRA_CC_FLAGS = -mtune=generic -msse3
endif
+export EXTRA_CC_FLAGS += -fsigned-char
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/subread.git
More information about the debian-med-commit
mailing list