[gcc-7] 193/354: - Starting with 17.10, enable PIE on armhf, arm64 and i386.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:52 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 a15129d2e868b6e64e692681d9e06d496c04fd4a
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Fri May 19 16:04:08 2017 +0000

     - Starting with 17.10, enable PIE on armhf, arm64 and i386.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9486 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 5fc970e..7623611 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1187,6 +1187,9 @@ else ifeq ($(distribution),Ubuntu)
   ifeq (,$(filter $(distrelease),lucid precise trusty utopic vivid wily xenial))
     pie_archs += amd64 ppc64el
   endif
+  ifeq (,$(filter $(distrelease),lucid precise trusty utopic vivid wily xenial yakkety zesty))
+    pie_archs += armhf arm64 i386
+  endif
 endif
 ifneq (,$(filter $(DEB_TARGET_ARCH),$(pie_archs)))
   with_pie := yes

-- 
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