[gcc-7] 247/354: * Don't configure powerpc with --enable-default-pie, fails to build. See #856224, PR target/81295.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:51:01 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 9e2e2fc7337695860801fea510ba6e0e3a23caf2
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Wed Jul 5 17:24:51 2017 +0000
* Don't configure powerpc with --enable-default-pie, fails to build.
See #856224, PR target/81295.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9576 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 2 ++
debian/rules.defs | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 689757c..c5ec8fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ gcc-7 (7.1.0-9) UNRELEASED; urgency=medium
[ Matthias Klose ]
* gcc-linaro-revert-r49596.diff: fix build for the linaro branch.
+ * Don't configure powerpc with --enable-default-pie, fails to build.
+ See #856224, PR target/81295.
[ Nicolas Boulenguez ]
* ada-gcc-name.diff: unpatch gnatchop. Addresses: #856274.
diff --git a/debian/rules.defs b/debian/rules.defs
index 48403a7..25f6ec9 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1164,7 +1164,7 @@ ifeq ($(distribution),Debian)
ppc64el s390x sparc sparc64 kfreebsd-amd64 kfreebsd-i386
endif
ifeq (,$(filter $(distrelease),wheezy squeeze jessie stretch))
- pie_archs += powerpc ppc64
+ pie_archs += ppc64
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