summaryrefslogtreecommitdiff
path: root/package/go
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-09-30 10:36:49 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 13:22:17 +0200
commit45c92c60b163abefb0e78fe4f992d7cbbdaa72e8 (patch)
tree4d3d1b1a8c94f23d0a3626e3ed14f8526ed130e0 /package/go
parentf62cbd75b7f56d1842c9d59e6779b0e869d164f9 (diff)
MIPS: replace every BR2_mips_* with the new MIPS CPU options
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/go')
-rw-r--r--package/go/Config.in.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/go/Config.in.host b/package/go/Config.in.host
index d79c669e0..8d4d346bf 100644
--- a/package/go/Config.in.host
+++ b/package/go/Config.in.host
@@ -6,7 +6,7 @@ config BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
|| 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
+ depends on !BR2_MIPS_CPU_MIPS64R6
config BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
bool