1config BR2_PACKAGE_HOST_GO_BOOTSTRAP_STAGE1_ARCH_SUPPORTS 2 bool 3 # See src/cmd/dist/unix.c for the list of supported architectures 4 default y if BR2_HOSTARCH = "x86" 5 default y if BR2_HOSTARCH = "x86_64" 6 default y if BR2_HOSTARCH = "arm" 7