2020-09-17 06:08:02 +02:00
|
|
|
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
|
2020-10-20 12:39:04 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2020-09-17 06:08:02 +02:00
|
|
|
help
|
|
|
|
Tools for use with the s390 Linux kernel and device drivers.
|
|
|
|
|
2021-02-23 17:12:23 +01:00
|
|
|
https://github.com/ibm-s390-linux/s390-tools
|