From 45c92c60b163abefb0e78fe4f992d7cbbdaa72e8 Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Fri, 30 Sep 2016 10:36:49 +0100 Subject: MIPS: replace every BR2_mips_* with the new MIPS CPU options Signed-off-by: Vicente Olivert Riera Signed-off-by: Peter Korsgaard --- package/go/Config.in.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/go') diff --git a/package/go/Config.in.host b/package/go/Config.in.host index d79c669e0a..8d4d346bf3 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 -- cgit v1.2.3