[gcc-7] 51/354: - disabled PIE for trunk builds
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:29 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 18c97000085f080d8c4b05113be7a62ffbbd9e93
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Thu Nov 24 13:47:05 2016 +0000
- disabled PIE for trunk builds
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9135 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/rules.defs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules.defs b/debian/rules.defs
index 2297b7c..ca3481a 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1162,6 +1162,9 @@ else ifeq ($(distribution),Ubuntu)
pie_archs += amd64 ppc64el
endif
endif
+ifeq ($(trunk_build),yes)
+ with_pie := disabled for trunk builds
+endif
ifneq (,$(filter $(DEB_TARGET_ARCH),$(pie_archs)))
with_pie := yes
endif
--
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