[gcc-7] 182/354: * Build libgo when not building common libs.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:50 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 192175b7d65d3f399baee919229c5cdc40670226
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Fri May 5 16:53:37 2017 +0000

      * Build libgo when not building common libs.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9445 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 1 +
 debian/rules.defs | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 886f38e..3d320c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 gcc-7 (7.1.0-5) UNRELEASED; urgency=medium
 
   * Disable offload compilers for snapshot builds.
+  * Build libgo when not building common libs.
 
  -- Matthias Klose <doko at debian.org>  Fri, 05 May 2017 13:47:57 +0200
 
diff --git a/debian/rules.defs b/debian/rules.defs
index 73726a0..38a64de 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -842,9 +842,7 @@ with_go := $(call envfilt, go, , , $(with_go))
 # Build all packages needed for Go development
 ifneq (,$(findstring gcc, $(PKGSOURCE)))
   ifeq ($(with_go),yes)
-    ifeq ($(with_common_libs),yes)
-      with_libgo := yes
-    endif
+    with_libgo := yes
     enabled_languages += go
   endif
 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