[gcc-7] 105/354: * Again, disable go on m68k. Closes: #853906.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:37 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 33c3de0de38106d4de9c3e775b55921ba4da6359
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Thu Feb 2 16:56:54 2017 +0000

      * Again, disable go on m68k. Closes: #853906.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9275 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 11a8c24..a46245b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gcc-7 (7-20170129-2) UNRELEASED; urgency=medium
 
   * Fix some hppa64 related build issues. Addresses: #853023.
   * Allow setting offload targets by OFFLOAD_TARGET_DEFAULT.
+  * Again, disable go on m68k. Closes: #853906.
 
  -- Matthias Klose <doko at debian.org>  Tue, 31 Jan 2017 12:34:55 +0100
 
diff --git a/debian/rules.defs b/debian/rules.defs
index 9619656..2aebd68 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -787,7 +787,7 @@ ifneq (,$(findstring gccgo, $(PKGSOURCE)))
   with_libcc1 :=
 endif
 
-go_no_cpus := avr arm hppa sh4
+go_no_cpus := avr arm hppa sh4 m68k
 ifeq (,$(filter $(distrelease),lenny etch squeeze dapper hardy jaunty karmic lucid maverick natty oneiric))
   go_no_cpus := $(filter-out arm, $(go_no_cpus))
 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