[gcc-7] 350/354: Do not enable go on GNU/kFreeBSD, it has been wrongly enabled in 7.2.0-15.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:51:43 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 23210865780eedb81dd0c0494c87c57107eb4fc4
Author: aurel32 <aurel32 at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Mon Nov 20 09:05:40 2017 +0000

    Do not enable go on GNU/kFreeBSD, it has been wrongly enabled in
    7.2.0-15.
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9844 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 5 +++++
 debian/rules.defs | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 20c2bea..9b825f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 gcc-7 (7.2.0-17) UNRELEASED; urgency=medium
 
+  [ Matthias Klose ]
   * Update sanitizer and libcc1 symbols.
   * Remove libgphobos symbols.
 
+  [ Aurelien Jarno ]
+  * Do not enable go on GNU/kFreeBSD, it has been wrongly enabled in
+    7.2.0-15.
+
  -- Matthias Klose <doko at debian.org>  Sat, 18 Nov 2017 13:32:16 +0100
 
 gcc-7 (7.2.0-16) unstable; urgency=medium
diff --git a/debian/rules.defs b/debian/rules.defs
index cd93872..800be89 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -839,7 +839,7 @@ 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
-go_no_systems := kfreebsd
+go_no_systems := kfreebsd-gnu
 
 ifneq ($(with_base_only),yes)
   ifneq ($(separate_lang),yes)

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