1comment "s390-tools needs a glibc toolchain w/ C++, wchar, dynamic library" 2 depends on BR2_s390x 3 depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_INSTALL_LIBSTDCPP 4 5config BR2_PACKAGE_S390_TOOLS 6 bool "s390-tools" 7 depends on BR2_s390x 8 depends on BR2_INSTALL_LIBSTDCPP 9 depends on BR2_TOOLCHAIN_USES_GLIBC 10 select BR2_PACKAGE_ZLIB 11 help 12 Tools for use with the s390 Linux kernel and device drivers. 13 14 https://github.com/ibm-s390-linux/s390-tools 15