board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / runc / Config.in
blobfd5dee7c5b029272027ea488f56a610b02328ac0
1 config BR2_PACKAGE_RUNC
2         bool "runc"
3         depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
4         depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         help
7           runC is a CLI tool for spawning and running containers
8           according to the OCP specification.
10           https://github.com/opencontainers/runc
12 comment "runc needs a toolchain w/ threads"
13         depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS && \
14                 BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
15         depends on !BR2_TOOLCHAIN_HAS_THREADS