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