[gcc-7] 52/354: - disable 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 89c5bcc75aeac5e272560ae4b763a19443e3f185
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Thu Nov 24 13:58:23 2016 +0000
- disable PIE for trunk builds
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9136 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/rules.defs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules.defs b/debian/rules.defs
index ca3481a..2febeec 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1162,12 +1162,12 @@ 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
+ifeq ($(trunk_build),yes)
+ with_pie := disabled for trunk builds
+endif
# gold --------------------
# armel with binutils 2.20.51 only
--
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