All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/go: bump version to 1.6.2
Date: Sat, 7 May 2016 14:43:48 +0200	[thread overview]
Message-ID: <20160507144348.0b464906@free-electrons.com> (raw)
In-Reply-To: <1462557702.27026.27.camel@infradead.org>

Hello,

On Fri, 06 May 2016 11:01:42 -0700, Geoff Levand wrote:

> --- a/package/go/Config.in.host
> +++ b/package/go/Config.in.host
> @@ -2,5 +2,5 @@ config BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
>  	bool
>  	default y
>  	depends on BR2_TOOLCHAIN_HAS_THREADS
> -	depends on BR2_arm || BR2_aarch64 || BR2_i386 || BR2_x86_64 || BR2_powerpc64 || BR2_powerpc64le
> +	depends on BR2_arm || BR2_aarch64 || BR2_i386 || BR2_x86_64 || BR2_powerpc64 || BR2_powerpc64le || BR2_mips64 || BR2_mips64el
>  	depends on !BR2_ARM_CPU_ARMV4
> 
> --- a/package/go/go.mk
> +++ b/package/go/go.mk
> @@ -30,6 +30,10 @@ else ifeq ($(BR2_powerpc64),y)
>  GO_GOARCH = ppc64
>  else ifeq ($(BR2_powerpc64le),y)
>  GO_GOARCH = ppc64le
> +else ifeq ($(BR2_mips64),y)
> +GO_GOARCH = mips64
> +else ifeq ($(BR2_mips64el),y)
> +GO_GOARCH = mips64le
>  endif
>  
>  HOST_GO_DEPENDENCIES = host-go-bootstrap

Could you submit this as a proper patch, with a description and your
SoB ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2016-05-07 12:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-06 16:23 [Buildroot] [PATCH 1/1] package/go: bump version to 1.6.2 Christian Stewart
2016-05-06 18:01 ` Geoff Levand
2016-05-07 12:43   ` Thomas Petazzoni [this message]
2016-05-07 13:05     ` Christian Stewart
2016-05-07 12:43 ` Thomas Petazzoni
2016-05-07 18:45   ` Baruch Siach
2016-05-07 19:40     ` Thomas Petazzoni
2016-05-07 20:55       ` Cam Hutchison
2016-05-08 12:39         ` Thomas Petazzoni
2016-05-08 12:46           ` Cam Hutchison
2016-05-08 12:59             ` Thomas Petazzoni
2016-05-10 17:37               ` Geoff Levand
2016-05-10 18:02 ` [Buildroot] [PATCH v2 " Geoff Levand
2016-05-10 18:12   ` Geoff Levand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160507144348.0b464906@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.