From: sjhill at uclibc.org <sjhill@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/ltp-testsuite
Date: Sat, 16 Jun 2007 11:27:38 -0700 (PDT) [thread overview]
Message-ID: <20070616182738.E48C5485EB@busybox.net> (raw)
Author: sjhill
Date: 2007-06-16 11:27:38 -0700 (Sat, 16 Jun 2007)
New Revision: 18836
Log:
If external toolchain support NPTL, then we should build Open POSIX Testsuite if the user selects us.
Modified:
trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk
Changeset:
Modified: trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk
===================================================================
--- trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk 2007-06-16 17:56:05 UTC (rev 18835)
+++ trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk 2007-06-16 18:27:38 UTC (rev 18836)
@@ -16,9 +16,12 @@
#
LTP_PATCHES:=$(subst package/ltp-testsuite/,, \
$(wildcard package/ltp-testsuite/*.patch))
+
ifneq ($(BR2_PTHREADS_NATIVE),y)
+ ifneq ($(BR2_EXT_PTHREADS_NATIVE),y)
LTP_PATCHES:=$(filter-out ltp-testsuite-enable-openposix-for-nptl.patch, \
$(LTP_PATCHES))
+ endif
endif
next reply other threads:[~2007-06-16 18:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-16 18:27 sjhill at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-06 4:21 [Buildroot] svn commit: trunk/buildroot/package/ltp-testsuite sjhill at uclibc.org
2007-06-06 18:10 aldot at uclibc.org
2007-05-09 22:59 sjhill at uclibc.org
2006-12-08 5:30 andersen at uclibc.org
2006-12-08 5:20 andersen at uclibc.org
2006-12-08 5:16 andersen at uclibc.org
2006-12-02 6:42 sjhill at uclibc.org
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=20070616182738.E48C5485EB@busybox.net \
--to=sjhill@uclibc.org \
--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