[gcc-7] 234/354: * Configure with --enable-default-pie on ppc64 (Adrian Glaubitz) and powerpc (Mathieu Malaterre). Addresses: #856224.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:59 UTC 2017


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

infinity0 pushed a commit to branch master
in repository gcc-7.

commit 2743125bf7f8007a0cdb573b0c8e3f60ef7bb80b
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Wed Jun 28 11:26:26 2017 +0000

      * Configure with --enable-default-pie on ppc64 (Adrian Glaubitz) and
        powerpc (Mathieu Malaterre).  Addresses: #856224.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9551 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 2 ++
 debian/rules.defs | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 917c2e9..d221e34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ gcc-7 (7.1.0-7ubuntu1) UNRELEASED; urgency=medium
     Addresses: #863845, #863745.
   * Try again building gnat on armel. See issue #861734.
   * Don't provide libobjc_gc symlinks for the libobjc multilib packages.
+  * Configure with --enable-default-pie on ppc64 (Adrian Glaubitz) and
+    powerpc (Mathieu Malaterre).  Addresses: #856224.
 
   [ Nicolas Boulenguez ]
   * Update ada/confirm_debian_bugs.py for gcc-7.
diff --git a/debian/rules.defs b/debian/rules.defs
index 8a1a7c2..da90f45 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1167,6 +1167,9 @@ ifeq ($(distribution),Debian)
     pie_archs = amd64 arm64 armel armhf i386 mips mipsel mips64el \
 		ppc64el s390x sparc sparc64 kfreebsd-amd64 kfreebsd-i386
   endif
+  ifeq (,$(filter $(distrelease),wheezy squeeze jessie stretch))
+    pie_archs += powerpc ppc64
+  endif
 else ifeq ($(distribution),Ubuntu)
   ifeq (,$(filter $(distrelease),lucid precise trusty utopic vivid wily))
     pie_archs = s390x

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git



More information about the Reproducible-commits mailing list