[emos] 01/03: Need both -mcmodel=large, -fPIC for ppc64el builds.

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 14 12:42:12 UTC 2015


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

mckinstry pushed a commit to tag debian2%4.0.3+dfsg.1-4
in repository emos.

commit 84e468ef3f20152386fc553da795c92010ab004e
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Jul 11 09:46:23 2015 +0100

    Need both -mcmodel=large, -fPIC for ppc64el builds.
---
 debian/changelog | 6 ++++++
 debian/rules     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2e2b772..3e366ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+emoslib (2:4.0.3+dfsg.1-4) UNRELEASED; urgency=medium
+
+  * Need both -mcmodel=large, -fPIC for ppc64el builds. 
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Sat, 11 Jul 2015 09:45:36 +0100
+
 emoslib (2:4.0.3+dfsg.1-3) unstable; urgency=medium
 
   * drop_tune.patch: Drop -mtune=native which breaks s390x port. 
diff --git a/debian/rules b/debian/rules
index 99694fa..188440b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ ifeq ($(ARCH), amd64)
   FPIC:= -fPIC
 endif
 ifeq ($(ARCH), ppc64el)
+  MCMODEL_FLAGS:= -mcmodel=large
   FPIC:= -fPIC
 endif
 ifeq ($(ARCH), sparc)

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



More information about the debian-science-commits mailing list