[flexpart] 22/26: Build with -mcmodel=large on arm74, ppc64el. Closes: #767213.

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Aug 27 12:42:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to tag debian/9.02-10
in repository flexpart.

commit 0e018cafde7141e28ad9c20da12200be8da2f00f
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jul 7 07:37:52 2015 +0100

    Build with -mcmodel=large on arm74, ppc64el. Closes: #767213.
---
 debian/changelog | 6 ++++++
 debian/rules     | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 30ef5e5..c9d2ab3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+flexpart (9.02-9) UNRELEASED; urgency=medium
+
+  * Build with -mcmodel=large on arm74, ppc64el. Closes: #767213. 
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Tue, 07 Jul 2015 07:36:54 +0100
+
 flexpart (9.02-8) unstable; urgency=medium
 
   * Terminate wih extremer prejudice: use --remove-all not --remove
diff --git a/debian/rules b/debian/rules
index 6b69172..ea806fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,12 @@ CPU:=$(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 ifeq ($(CPU), amd64)
   export FCFLAGS= -mcmodel=medium
 endif
+ifeq ($(CPU), arm64)
+  export FCFLAGS= -mcmodel=large
+endif
+ifeq ($(CPU), ppc64el)
+  export FCFLAGS= -mcmodel=large
+endif
 
 # magic debhelper rule
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flexpart.git



More information about the debian-science-commits mailing list