diff options
Diffstat (limited to 'package/go/Config.in.host')
-rw-r--r-- | package/go/Config.in.host | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/go/Config.in.host b/package/go/Config.in.host new file mode 100644 index 0000000000..094e402949 --- /dev/null +++ b/package/go/Config.in.host @@ -0,0 +1,5 @@ +config BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS + bool + default y + depends on BR2_arm || BR2_aarch64 || BR2_i386 || BR2_x86_64 || BR2_powerpc + depends on !BR2_ARM_CPU_ARMV4 |