[gcc-7] 107/354: * Configure with --enable-default-pie on sparc and sparc64 (James Clark). Addresses: #854090.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:38 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 3f969e5c35ec476506829ce33ff295d4c0f51b8c
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sat Feb 4 11:55:56 2017 +0000

      * Configure with --enable-default-pie on sparc and sparc64 (James Clark).
        Addresses: #854090.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9278 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 2 ++
 debian/rules.defs | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0a02edd..c1ed924 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ gcc-7 (7-20170129-2) UNRELEASED; urgency=medium
   * Fix some hppa64 related build issues. Addresses: #853023.
   * Allow setting offload targets by OFFLOAD_TARGET_DEFAULT.
   * Again, disable go on m68k. Closes: #853906.
+  * Configure with --enable-default-pie on sparc and sparc64 (James Clark).
+    Addresses: #854090.
 
   [ Aurelien Jarno ]
   * Disable lxc1/sxc1 instruction on mips and mipsel.
diff --git a/debian/rules.defs b/debian/rules.defs
index 2aebd68..4a0c602 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1165,7 +1165,8 @@ endif
 with_pie :=
 ifeq ($(distribution),Debian)
   ifeq (,$(filter $(distrelease),wheezy squeeze jessie))
-    pie_archs = amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x
+    pie_archs = amd64 arm64 armel armhf i386 mips mipsel mips64el \
+		ppc64el s390x sparc sparc64
   endif
 else ifeq ($(distribution),Ubuntu)
   ifeq (,$(filter $(distrelease),lucid precise trusty utopic vivid wily))

-- 
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