hc
2024-03-22 ac5f19e89dcbd5c7428fcc78a0d407c887564466
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
   select BR2_PACKAGE_ZLIB
   help
     Tools for use with the s390 Linux kernel and device drivers.
 
     https://github.com/ibm-s390-linux/s390-tools