Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] rt-tests: fix build of NTPL dependent tests
@ 2015-01-15  7:19 Baruch Siach
  2015-01-15  8:07 ` Alexey Brodkin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Baruch Siach @ 2015-01-15  7:19 UTC (permalink / raw)
  To: buildroot

Commit 143fe5b443da4 (rt-tests: allow building subset of tests with non-NPTL
toolchains) disabled build of NPTL dependent tests unconditionally. Fix this.

Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Reported-by: "Williams Jr., Ernest L." <ernesto@slac.stanford.edu>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/rt-tests/rt-tests.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/rt-tests/rt-tests.mk b/package/rt-tests/rt-tests.mk
index e0c7748c9c3b..009e9a6818ce 100644
--- a/package/rt-tests/rt-tests.mk
+++ b/package/rt-tests/rt-tests.mk
@@ -15,6 +15,8 @@ endif
 
 ifeq ($(BR2_TOOLCHAIN_HAS_THREADS_NPTL),)
 RT_TESTS_HAVE_NPTL=no
+else
+RT_TESTS_HAVE_NPTL=yes
 endif
 
 define RT_TESTS_BUILD_CMDS
-- 
2.1.4

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

end of thread, other threads:[~2015-01-15  8:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15  7:19 [Buildroot] [PATCH] rt-tests: fix build of NTPL dependent tests Baruch Siach
2015-01-15  8:07 ` Alexey Brodkin
2015-01-15  8:38 ` Baruch Siach
2015-01-15  8:40 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox