[gcc-7] 338/354: * Fix libgo build on ia64 (Jason Duerstock). Closes: #881372.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:51:40 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 6f43bd93fdd92080ee8d18716a79ab0fb7bc13ba
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Mon Nov 13 21:48:36 2017 +0000

      * Fix libgo build on ia64 (Jason Duerstock). Closes: #881372.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9819 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog               |  6 ++++++
 debian/patches/libgo-ia64.diff | 11 +++++++++++
 debian/rules.patch             |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index abd9c3a..dae7aa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-7 (7.2.0-15) UNRELEASED; urgency=medium
+
+  * Fix libgo build on ia64 (Jason Duerstock). Closes: #881372.
+
+ -- Matthias Klose <doko at debian.org>  Mon, 13 Nov 2017 22:47:12 +0100
+
 gcc-7 (7.2.0-14) unstable; urgency=medium
 
   * Remove the gcc-mips64-stack-spilling patch, applied upstream.
diff --git a/debian/patches/libgo-ia64.diff b/debian/patches/libgo-ia64.diff
new file mode 100644
index 0000000..da52f99
--- /dev/null
+++ b/debian/patches/libgo-ia64.diff
@@ -0,0 +1,11 @@
+--- src/libgo/go/runtime/lfstack_64bit.go.orig	2017-11-10 14:19:42.699987069 -0500
++++ src/libgo/go/runtime/lfstack_64bit.go	2017-11-10 14:19:52.635987138 -0500
+@@ -2,7 +2,7 @@
+ // Use of this source code is governed by a BSD-style
+ // license that can be found in the LICENSE file.
+ 
+-// +build amd64 arm64 mips64 mips64le ppc64 ppc64le s390x arm64be alpha sparc64
++// +build amd64 arm64 mips64 mips64le ppc64 ppc64le s390x arm64be alpha sparc64 ia64
+ 
+ package runtime
+ 
diff --git a/debian/rules.patch b/debian/rules.patch
index a9f4c39..d84c75a 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -77,6 +77,7 @@ debian_patches += \
 	pr77631 \
 	pr67165 \
 	cuda-float128 \
+	libgo-ia64 \
 
 
 #	$(if $(filter yes, $(DEB_CROSS)),,gcc-print-file-name) \

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