summaryrefslogtreecommitdiff
path: root/package/go
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-06-27 09:51:17 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-01 00:14:33 +0200
commit82c114b2271ededdf74643d7f0a2032e25b986a0 (patch)
tree949de84fb4225fb556fa5e5d45f83c131bdc24c0 /package/go
parent13cfedf5fbc7f02fc8c9c9b34ca0f0368cee96bd (diff)
go: disable for MIPS R6
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>
Diffstat (limited to 'package/go')
-rw-r--r--package/go/Config.in.host2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/go/Config.in.host b/package/go/Config.in.host
index 446e50572..e1b13c0f8 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