All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/go: fix GO_ARCH for s390x arch
@ 2020-10-02  9:19 Alexander Egorenkov
  2020-10-03  6:56 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Egorenkov @ 2020-10-02  9:19 UTC (permalink / raw)
  To: buildroot

Fixes:
- http://autobuild.buildroot.net/results/82c440825290804c2fd6a92d916c93d2934e0a95
- http://autobuild.buildroot.net/results/e8f8e232fb6bf6167f25c82026f4e2321cca9c26
- http://autobuild.buildroot.net/results/7d4137c439ade81ab7bf141ad6504a69746d6dbc

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
---
 package/go/go.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/go/go.mk b/package/go/go.mk
index a9f2613fdb..edc44d2378 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -54,6 +54,8 @@ else ifeq ($(BR2_mips64),y)
 GO_GOARCH = mips64
 else ifeq ($(BR2_mips64el),y)
 GO_GOARCH = mips64le
+else ifeq ($(BR2_s390x),y)
+GO_GOARCH = s390x
 endif
 
 # For the convienience of target packages.
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/go: fix GO_ARCH for s390x arch
  2020-10-02  9:19 [Buildroot] [PATCH 1/1] package/go: fix GO_ARCH for s390x arch Alexander Egorenkov
@ 2020-10-03  6:56 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2020-10-03  6:56 UTC (permalink / raw)
  To: buildroot

>>>>> "Alexander" == Alexander Egorenkov <egorenar@linux.ibm.com> writes:

 > Fixes:
 > - http://autobuild.buildroot.net/results/82c440825290804c2fd6a92d916c93d2934e0a95
 > - http://autobuild.buildroot.net/results/e8f8e232fb6bf6167f25c82026f4e2321cca9c26
 > - http://autobuild.buildroot.net/results/7d4137c439ade81ab7bf141ad6504a69746d6dbc

 > Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-03  6:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02  9:19 [Buildroot] [PATCH 1/1] package/go: fix GO_ARCH for s390x arch Alexander Egorenkov
2020-10-03  6:56 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.