linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: John Kacur <jkacur@redhat.com>
Cc: linux-rt-users@vger.kernel.org, williams@redhat.com
Subject: [PATCH rt-tests] drop compiling without NPTL support
Date: Tue,  6 Oct 2015 08:43:58 +0200	[thread overview]
Message-ID: <1444113838-5123-1-git-send-email-u.kleine-koenig@pengutronix.de> (raw)
In-Reply-To: <alpine.LFD.2.20.1510052149190.14006@riemann>

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

  reply	other threads:[~2015-10-06  6:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-05 19:05 [PATCH rt-tests 1/3] all programs apart from sendme use pthreads so skip them on NPTL!=yes Uwe Kleine-König
2015-10-05 19:05 ` [PATCH rt-tests 2/3] rt-migrate-test: remove space before \n Uwe Kleine-König
2015-10-06  7:04   ` John Kacur
2015-10-05 19:05 ` [PATCH rt-tests 3/3] remove license info containing an old FSF address Uwe Kleine-König
2015-10-05 19:52   ` John Kacur
2015-10-06  7:01     ` Uwe Kleine-König
2015-10-05 19:50 ` [PATCH rt-tests 1/3] all programs apart from sendme use pthreads so skip them on NPTL!=yes John Kacur
2015-10-06  6:43   ` Uwe Kleine-König [this message]
2015-10-06  6:49     ` [PATCH rt-tests] drop compiling without NPTL support John Kacur

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=1444113838-5123-1-git-send-email-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=jkacur@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=williams@redhat.com \
    /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;
as well as URLs for NNTP newsgroup(s).