xref: /OK3568_Linux_fs/buildroot/package/s390-tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "s390-tools needs a glibc toolchain w/ C++, wchar, dynamic library"
2*4882a593Smuzhiyun	depends on BR2_s390x
3*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun
5*4882a593Smuzhiyunconfig BR2_PACKAGE_S390_TOOLS
6*4882a593Smuzhiyun	bool "s390-tools"
7*4882a593Smuzhiyun	depends on BR2_s390x
8*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
9*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_USES_GLIBC
10*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  Tools for use with the s390 Linux kernel and device drivers.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  https://github.com/ibm-s390-linux/s390-tools
15