Re: [PATCH rt-tests] drop compiling without NPTL support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Tue, 6 Oct 2015, Uwe Kleine-König wrote:

> all programs apart from sendme use pthreads so NPTL=no is hardly useful
> any more.
> ---
>  Makefile | 19 +++++++++++--------
>  1 file changed, 11 insertions(+), 8 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 1e255a983574..6ce2ecc7fc30 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -4,14 +4,17 @@ AR=$(CROSS_COMPILE)ar
>  
>  OBJDIR = bld
>  
> -HAVE_NPTL ?= yes
> -
> -ifeq ($(HAVE_NPTL),yes)
> -sources = cyclictest.c pi_stress.c pip_stress.c pmqtest.c rt-migrate-test.c
> -endif
> -
> -sources += signaltest.c ptsematest.c sigwaittest.c svsematest.c sendme.c \
> -	  hackbench.c
> +sources = cyclictest.c \
> +	  hackbench.c \
> +	  pip_stress.c \
> +	  pi_stress.c \
> +	  pmqtest.c \
> +	  ptsematest.c \
> +	  rt-migrate-test.c \
> +	  sendme.c \
> +	  signaltest.c \
> +	  sigwaittest.c \
> +	  svsematest.c
>  
>  TARGETS = $(sources:.c=)
>  
> -- 
> 2.1.4

Yes, it's outdated
Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>

[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux