summaryrefslogtreecommitdiffstats
path: root/package/go-bootstrap/Config.in.host
diff options
context:
space:
mode:
Diffstat (limited to 'package/go-bootstrap/Config.in.host')
-rw-r--r--package/go-bootstrap/Config.in.host7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/go-bootstrap/Config.in.host b/package/go-bootstrap/Config.in.host
new file mode 100644
index 0000000000..fab80d24b4
--- /dev/null
+++ b/package/go-bootstrap/Config.in.host
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS
+ bool
+ # See src/cmd/dist/unix.c for the list of support
+ # architectures
+ default y if BR2_HOSTARCH = "x86"
+ default y if BR2_HOSTARCH = "x86_64"
+ default y if BR2_HOSTARCH = "arm"
OpenPOWER on IntegriCloud