[gcc-6] 69/401: * Build libitm on alpha, s390x, sh4, sparc64.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:48:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.
commit 9fff444c517d05ea72c33bcc401b0f5a74076250
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Thu Feb 4 15:34:07 2016 +0000
* Build libitm on alpha, s390x, sh4, sparc64.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8644 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 1 +
debian/rules.defs | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 91e891e..ef26d82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ gcc-6 (6-20160129-1) UNRELEASED; urgency=medium
* Add more conflicts to GCC 5's debug and doc packages. Closes: #813081.
* Fix dependency generation for armel/armhf multilib cross targets.
* Fix libc dependency generation for multilib cross targets.
+ * Build libitm on alpha, s390x, sh4, sparc64.
-- Matthias Klose <doko at debian.org> Fri, 29 Jan 2016 18:48:14 +0100
diff --git a/debian/rules.defs b/debian/rules.defs
index 0fd49f6..e8aa0ee 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1118,7 +1118,7 @@ ifneq (,$(filter $(DEB_TARGET_ARCH),$(gomp_no_archs)))
endif
# itm --------------------
-itm_archs = amd64 arm64 i386 x32 ppc64 ppc64el
+itm_archs = alpha amd64 arm64 i386 x32 ppc64 ppc64el s390x sh4 sparc64
ifneq (,$(filter $(DEB_TARGET_ARCH),$(itm_archs)))
with_itm := yes
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git
More information about the Reproducible-commits
mailing list