All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] go: disable for MIPS R6
@ 2016-06-27  8:51 Vicente Olivert Riera
  2016-06-30 22:15 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2016-06-27  8:51 UTC (permalink / raw)
  To: buildroot

MIPS R6 support in Go has not yet been developed.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/go/Config.in.host | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/go/Config.in.host b/package/go/Config.in.host
index 446e505..e1b13c0 100644
--- a/package/go/Config.in.host
+++ b/package/go/Config.in.host
@@ -3,3 +3,5 @@ config BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
 	default y
 	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
+	# MIPS R6 support in Go has not yet been developed.
+	depends on !BR2_mips_64r6
-- 
2.7.3

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

* [Buildroot] [PATCH] go: disable for MIPS R6
  2016-06-27  8:51 [Buildroot] [PATCH] go: disable for MIPS R6 Vicente Olivert Riera
@ 2016-06-30 22:15 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-06-30 22:15 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 27 Jun 2016 09:51:17 +0100, Vicente Olivert Riera wrote:
> MIPS R6 support in Go has not yet been developed.
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/go/Config.in.host | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

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

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

end of thread, other threads:[~2016-06-30 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-27  8:51 [Buildroot] [PATCH] go: disable for MIPS R6 Vicente Olivert Riera
2016-06-30 22:15 ` Thomas Petazzoni

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.