]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
go: disable for MIPS R6
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Mon, 27 Jun 2016 08:51:17 +0000 (09:51 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 30 Jun 2016 22:14:33 +0000 (00:14 +0200)
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

index 446e505724b407283c50076121356bb31ba6a1ca..e1b13c0f8e1206a15f2006024b68c8512feac582 100644 (file)
@@ -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