From: Erico Nunes Date: Sat, 1 Oct 2016 11:50:24 +0000 (+0200) Subject: ltp-testsuite: make Config.in libc comment standard X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ebc87ecf35729be9be7c9e2f8bb93f68754d150;p=buildroot.git ltp-testsuite: make Config.in libc comment standard ltp-testsuite was the only package to mention "non-musl" while all other packages have it as "glibc or uClibc". This change only adjusts it to look like all the other packages. Signed-off-by: Erico Nunes Signed-off-by: Thomas Petazzoni --- diff --git a/package/ltp-testsuite/Config.in b/package/ltp-testsuite/Config.in index 8475902158..274b03e423 100644 --- a/package/ltp-testsuite/Config.in +++ b/package/ltp-testsuite/Config.in @@ -22,7 +22,7 @@ config BR2_PACKAGE_LTP_TESTSUITE http://linux-test-project.github.io -comment "ltp-testsuite needs a non-musl toolchain w/ threads" +comment "ltp-testsuite needs a glibc or uClibc toolchain w/ threads" depends on !BR2_nios2 depends on BR2_USE_MMU depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL