All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] go: disable for MIPS R6
@ 2016-06-30 22:14 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2016-06-30 22:14 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=82c114b2271ededdf74643d7f0a2032e25b986a0
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

MIPS R6 support in Go has not yet been developed.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-30 22:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-30 22:14 [Buildroot] [git commit] go: disable for MIPS R6 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.