linuxOS_D21X/package/third-party/go-bootstrap/Config.in.host

16 lines
448 B
Plaintext
Raw Normal View History

2024-11-29 08:33:21 +00:00
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