[gcc-7] 65/354: * Build the cilk runtime on armel, armhf, sparc and sparc64.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:31 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 aa603e9dfe4c16e4afa939a996a9f2fd6a721e77
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Thu Dec 1 19:12:51 2016 +0000

      * Build the cilk runtime on armel, armhf, sparc and sparc64.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9162 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 7 +++++++
 debian/rules.defs | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 66ebf80..12444d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gcc-7 (7-20161201-2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Build the cilk runtime on armel, armhf, sparc and sparc64.
+
+ -- Matthias Klose <doko at debian.org>  Thu, 01 Dec 2016 20:10:32 +0100
+
 gcc-7 (7-20161201-1) experimental; urgency=medium
 
   * GCC 7 snapshot build, taken from the trunk 20161201.
diff --git a/debian/rules.defs b/debian/rules.defs
index 2febeec..6297033 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1129,7 +1129,7 @@ with_libvtv :=
 # libcilkrts --------------------
 with_cilkrts :=
 with_cilkrts := $(call envfilt, cilkrts, , , $(with_cilkrts))
-cilkrts_archs = amd64 i386 x32
+cilkrts_archs = amd64 i386 x32 armel armhf sparc sparc64
 ifneq (,$(filter $(DEB_TARGET_ARCH),$(cilkrts_archs)))
   with_cilkrts := 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