xref: /OK3568_Linux_fs/buildroot/package/go-bootstrap/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS
2	bool
3	# See src/cmd/dist/unix.c for the list of support
4	# architectures
5	default y if BR2_HOSTARCH = "x86"
6	default y if BR2_HOSTARCH = "x86_64"
7	default y if BR2_HOSTARCH = "arm"
8