[Buildroot] [PATCH] rt-tests: fix build of NTPL dependent tests

Baruch Siach baruch at tkos.co.il
Thu Jan 15 08:38:12 UTC 2015


Hi buildroot list,

s/NTPL/NPTL/ in subject. Sorry.

baruch

On Thu, Jan 15, 2015 at 09:19:36AM +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 at synopsys.com>
> Reported-by: "Williams Jr., Ernest L." <ernesto at slac.stanford.edu>
> Signed-off-by: Baruch Siach <baruch at 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
> 

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -


More information about the buildroot mailing list