mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
13
package/s390-tools/Config.in
Normal file
13
package/s390-tools/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
help
|
||||
Tools for use with the s390 Linux kernel and device drivers.
|
||||
|
||||
https://github.com/ibm-s390-tools/s390-tools
|
||||
Reference in New Issue
Block a user