Config.in 449 B

1234567891011121314
  1. comment "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. config BR2_PACKAGE_S390_TOOLS
  5. bool "s390-tools"
  6. depends on BR2_s390x
  7. depends on BR2_INSTALL_LIBSTDCPP
  8. depends on BR2_TOOLCHAIN_USES_GLIBC
  9. select BR2_PACKAGE_ZLIB
  10. help
  11. Tools for use with the s390 Linux kernel and device drivers.
  12. https://github.com/ibm-s390-linux/s390-tools