kumquat-buildroot/package/s390-tools/Config.in
Alexander Egorenkov 5c97500f09 package/s390-tools: new package
Collection of tools for the IBM s390x and Z architectures.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-09-24 23:01:44 +02:00

14 lines
424 B
Plaintext

comment "s390-tools needs a glibc toolchain w/ C++, wchar, dynamic library"
depends on BR2_s390x
depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_INSTALL_LIBSTDCPP
config BR2_PACKAGE_S390_TOOLS
bool "s390-tools"
depends on BR2_s390x
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_USES_GLIBC
help
Tools for use with the s390 Linux kernel and device drivers.
https://github.com/ibm-s390-tools/s390-tools