Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
22
buildroot/package/delve/Config.in
Normal file
22
buildroot/package/delve/Config.in
Normal file
@@ -0,0 +1,22 @@
|
||||
# Supported architectures are listed in
|
||||
# pkg/proc/native/support_sentinel.go
|
||||
config BR2_PACKAGE_DELVE_ARCH_SUPPORTS
|
||||
bool
|
||||
default y if BR2_aarch64
|
||||
default y if BR2_i386
|
||||
default y if BR2_x86_64
|
||||
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
||||
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
||||
|
||||
config BR2_PACKAGE_DELVE
|
||||
bool "delve"
|
||||
depends on BR2_PACKAGE_DELVE_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
Delve is a debugger for the Go programming language.
|
||||
|
||||
https://github.com/go-delve/delve
|
||||
|
||||
comment "delve needs a toolchain w/ threads"
|
||||
depends on BR2_PACKAGE_DELVE_ARCH_SUPPORTS
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
Reference in New Issue
Block a user