16 lines
448 B
Plaintext
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
|