[gcc-7] 181/354: * Disable offload compilers for snapshot builds.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:49 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 e1dc385483c0d96eee4c6f3eb4a980cb1ff9b491
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Fri May 5 11:48:34 2017 +0000

      * Disable offload compilers for snapshot builds.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9442 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 6 ++++++
 debian/rules.defs | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a54881b..886f38e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-7 (7.1.0-5) UNRELEASED; urgency=medium
+
+  * Disable offload compilers for snapshot builds.
+
+ -- Matthias Klose <doko at debian.org>  Fri, 05 May 2017 13:47:57 +0200
+
 gcc-7 (7.1.0-4) experimental; urgency=medium
 
   * Update to SVN 20170505 (r247630) from the gcc-7-branch.
diff --git a/debian/rules.defs b/debian/rules.defs
index 41fc1e3..73726a0 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -608,6 +608,10 @@ ifneq (,$(findstring build-cross, $(build_type)))
   with_offload_nvptx := disabled for cross builds
 endif
 
+ifeq ($(single_package),yes)
+  with_offload_nvptx := disabled for snapshot builds
+endif
+
 with_cc1 := yes
 with_cc1 := $(call envfilt, cc1, , , $(with_cc1))
 

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