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