buildrootschalter/package/ltp-testsuite/Config.in
Thomas Petazzoni a72a670489 ltp-testsuite: bump version and use autotargets
Reworking ltp-testsuite is needed in order to get rid of some
thread-specific options that will be cleaned-up in the next commit.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-12-13 22:10:04 +01:00

17 lines
553 B
Plaintext

config BR2_PACKAGE_LTP_TESTSUITE
bool "ltp-testsuite"
depends on !BR2_PTHREADS_NONE
help
The Linux Test Project provides a huge testsuite for Linux.
The LTP testsuite uses several functions that are considered
obsolete, such as sigset() and others. Therefore, the LTP
testsuite does not build with Buildroot's default uClibc
configuration, and options such as
UCLIBC_HAS_OBSOLETE_BSD_SIGNAL are needed.
http://ltp.sourceforge.net/
comment "ltp-testsuite requires a toolchain with thread support"
depends on BR2_PTHREADS_NONE