52c02ce84cc479e761d1fb3cff4794a061727528
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ltp-testsuite / Config.in
1 comment "ltp-testsuite needs specific uClibc options, see help"
2         depends on BR2_PACKAGE_LTP_TESTSUITE
3         depends on BR2_TOOLCHAIN_USES_UCLIBC
4
5 config BR2_PACKAGE_LTP_TESTSUITE
6         bool "ltp-testsuite"
7         depends on BR2_USE_MMU # fork()
8         depends on BR2_TOOLCHAIN_HAS_THREADS
9         depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
10         # does not build, cachectl.h issue
11         depends on !BR2_nios2
12         help
13           The Linux Test Project provides a huge testsuite for Linux.
14
15           The LTP testsuite uses several functions that are considered
16           obsolete, such as sigset() and others. Therefore, the LTP
17           testsuite does not build with Buildroot's default uClibc
18           configuration, and options such as DO_XSI_MATH,
19           UCLIBC_HAS_OBSOLETE_BSD_SIGNAL and UCLIBC_SV4_DEPRECATED
20           are needed.
21
22           http://ltp.sourceforge.net/
23
24 comment "ltp-testsuite needs a toolchain w/ RPC, threads"
25         depends on !BR2_nios2
26         depends on BR2_USE_MMU
27         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HAS_NATIVE_RPC