[gcc-6] 367/401: * Configure with --enable-default-pie on sparc and sparc64 (James Clark). Closes: #854090.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:50:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.
commit 3898e00621de92ade2832233238e508576cfbdc8
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sat Feb 4 11:55:48 2017 +0000
* Configure with --enable-default-pie on sparc and sparc64 (James Clark).
Closes: #854090.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9277 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 4 +++-
debian/rules.defs | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 38be457..7cb9e6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,12 +6,14 @@ gcc-6 (6.3.0-6) UNRELEASED; urgency=medium
PR middle-end/78742, PR target/77439 (ARM32), PR c++/79176,
PR fortran/70697, PR fortran/70696, PR fortran/79305, PR go/79037,
PR go/79281 (closes: #853223).
-
+
[ Aurelien Jarno ]
* Don't use disable madd4 on MIPS big-endian.
* Disable lxc1/sxc1 instruction on mips and mipsel.
[ Matthias Klose ]
+ * Configure with --enable-default-pie on sparc and sparc64 (James Clark).
+ Closes: #854090.
-- Matthias Klose <doko at debian.org> Thu, 02 Feb 2017 09:44:06 +0100
diff --git a/debian/rules.defs b/debian/rules.defs
index 8b081b9..464e10f 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1292,7 +1292,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-6.git
More information about the Reproducible-commits
mailing list