All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpuset: disable for UCLIBC
@ 2019-03-12 17:44 ` Vineet Gupta
  0 siblings, 0 replies; 26+ messages in thread
From: Vineet Gupta @ 2019-03-12 17:44 UTC (permalink / raw)
  To: linux-snps-arc

libcpuset.c relies on FTS which is not enabled by default on uClibc.
Instead of needing to reconfigure, rebuild uClibc lets disable this test
for uClibc

Signed-off-by: Vineet Gupta <vgupta at synopsys.com>
---
 testcases/kernel/controllers/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/testcases/kernel/controllers/Makefile b/testcases/kernel/controllers/Makefile
index 404073947904..9f4abe28bfcf 100644
--- a/testcases/kernel/controllers/Makefile
+++ b/testcases/kernel/controllers/Makefile
@@ -29,6 +29,11 @@ LIBDIR			:= libcontrollers
 LIB			:= $(LIBDIR)/libcontrollers.a
 FILTER_OUT_DIRS		:= $(LIBDIR)
 
+# controllers/cpuset/cpuset_lib/libcpuset.c uses fts
+ifeq ($(UCLIBC),1)
+FILTER_OUT_DIRS	+= cpuset
+endif
+
 $(LIBDIR):
 	mkdir -p "$@"
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2019-03-21 21:43 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12 17:44 [PATCH] cpuset: disable for UCLIBC Vineet Gupta
2019-03-12 17:44 ` [LTP] " Vineet Gupta
2019-03-14 10:01 ` Petr Vorel
2019-03-14 10:01   ` Petr Vorel
2019-03-18 16:41   ` Vineet Gupta
2019-03-18 16:41     ` Vineet Gupta
2019-03-18 18:19     ` Petr Vorel
2019-03-18 18:19       ` Petr Vorel
2019-03-18 19:52       ` [PATCH v2] autodetect fts support and tests depending on it Vineet Gupta
2019-03-18 19:52         ` [LTP] " Vineet Gupta
2019-03-20 22:37         ` Petr Vorel
2019-03-20 22:37           ` [LTP] " Petr Vorel
2019-03-20 22:47           ` Petr Vorel
2019-03-20 22:47             ` Petr Vorel
2019-03-20 23:11           ` Vineet Gupta
2019-03-20 23:11             ` [LTP] " Vineet Gupta
2019-03-21 12:06             ` Petr Vorel
2019-03-21 12:06               ` [LTP] " Petr Vorel
2019-03-21 15:48               ` Vineet Gupta
2019-03-21 15:48                 ` [LTP] " Vineet Gupta
2019-03-18 20:06       ` [PATCH] auto filter aio tests of libc can't support aio Vineet Gupta
2019-03-18 20:06         ` [LTP] " Vineet Gupta
2019-03-20 22:48         ` Petr Vorel
2019-03-20 22:48           ` [LTP] " Petr Vorel
2019-03-21 21:43           ` Vineet Gupta
2019-03-21 21:43             ` [LTP] " Vineet Gupta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.