From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] rt-tests: fix build of NTPL dependent tests
Date: Thu, 15 Jan 2015 08:07:13 +0000 [thread overview]
Message-ID: <1421309233.3008.5.camel@synopsys.com> (raw)
In-Reply-To: <e8a70d168927c7e195ed376137ebec128762427f.1421306376.git.baruch@tkos.co.il>
Hi Baruch,
On Thu, 2015-01-15 at 09:19 +0200, Baruch Siach wrote:
> 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
My bad - indeed if build system passes "HAVE_NPTL=" to "rt-tests" then
default "yes" won't be used in rt-test's Makefile (I mean "HAVE_NPTL ?=
yes").
Thanks for fixing this.
Please don't hesitate to add:
--->8---
Tested-by: Alexey Brodkin <abrodkin@synpsys.com>
--->8---
Regards,
Alexey
next prev parent reply other threads:[~2015-01-15 8:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-15 7:19 [Buildroot] [PATCH] rt-tests: fix build of NTPL dependent tests Baruch Siach
2015-01-15 8:07 ` Alexey Brodkin [this message]
2015-01-15 8:38 ` Baruch Siach
2015-01-15 8:40 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1421309233.3008.5.camel@synopsys.com \
--to=alexey.brodkin@synopsys.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox