[gcc-7] 306/354: * Build lsan and tsan packages on arm64, ppc64 and ppc64el.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:51:26 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 c691744e30aa7a21abda2fe2a0ab05433d1737b9
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Wed Sep 27 16:15:00 2017 +0000

      * Build lsan and tsan packages on arm64, ppc64 and ppc64el.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9716 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 3 ++-
 debian/rules.defs | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9407172..a4fe54f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 gcc-7 (7.2.0-8) UNRELEASED; urgency=medium
 
   * Fix "privacy breeches" for NEWS.html file.
+  * Build lsan and tsan packages on arm64, ppc64 and ppc64el.
 
- -- Matthias Klose <doko at debian.org>  Sun, 24 Sep 2017 15:32:45 +0200
+ -- Matthias Klose <doko at debian.org>  Wed, 27 Sep 2017 18:11:26 +0200
 
 gcc-7 (7.2.0-7) unstable; urgency=medium
 
diff --git a/debian/rules.defs b/debian/rules.defs
index 8fc4ef2..5250264 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1118,7 +1118,7 @@ endif
 # lsan / sanitizer --------------------
 with_lsan :=
 with_lsan := $(call envfilt, lsan, , , $(with_lsan))
-lsan_archs = amd64
+lsan_archs = arm64 amd64 ppc64 ppc64el
 ifneq (,$(filter $(DEB_TARGET_ARCH),$(lsan_archs)))
   with_lsan := yes
 endif
@@ -1126,7 +1126,7 @@ endif
 # tsan / sanitizer --------------------
 with_tsan :=
 with_tsan := $(call envfilt, tsan, , , $(with_tsan))
-tsan_archs = amd64
+tsan_archs = arm64 amd64 ppc64 ppc64el
 ifneq (,$(filter $(DEB_TARGET_ARCH),$(tsan_archs)))
   with_tsan := 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