linuxOS_D21X/package/third-party/go-bootstrap/Config.in.host
2024-11-29 16:33:21 +08:00

16 lines
448 B
Plaintext

menuconfig BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS
bool "host go bootstrap"
# 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"
if BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS
config BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif