[gcc-6] 368/401: * Configure with --enable-default-pie on kfreebsd-* (Steven Chamberlain).
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 0117cfa6c47437374598199c34b4097c02e254d1
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sat Feb 4 15:06:35 2017 +0000
* Configure with --enable-default-pie on kfreebsd-* (Steven Chamberlain).
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9280 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 1 +
debian/rules.defs | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7cb9e6d..bde4fe5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ gcc-6 (6.3.0-6) UNRELEASED; urgency=medium
[ Matthias Klose ]
* Configure with --enable-default-pie on sparc and sparc64 (James Clark).
Closes: #854090.
+ * Configure with --enable-default-pie on kfreebsd-* (Steven Chamberlain).
-- 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 464e10f..6543efc 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1293,7 +1293,7 @@ with_pie :=
ifeq ($(distribution),Debian)
ifeq (,$(filter $(distrelease),wheezy squeeze jessie))
pie_archs = amd64 arm64 armel armhf i386 mips mipsel mips64el \
- ppc64el s390x sparc sparc64
+ ppc64el s390x sparc sparc64 kfreebsd-amd64 kfreebsd-i386
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