public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* nptl thread support with uClibc 0.9.32
@ 2011-10-13 11:28 Will Wagner
  2011-10-13 12:36 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Will Wagner @ 2011-10-13 11:28 UTC (permalink / raw)
  To: crossgcc

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

Hello,

I believe that nptl thread support is now working in uClibc 0.9.32 (I 
have got an arm and x86 toolchain working)

Attached is a patch to enable the selection of nptl when uClibc version 
is 0.9.32

Will
-- 
------------------------------------------------------------------------
Will Wagner                                     will_wagner@carallon.com
Development Manager                      Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------

[-- Attachment #2: nptl_uclibc_0_9_32.patch --]
[-- Type: text/plain, Size: 609 bytes --]

exporting patch:
# HG changeset patch
# User William Wagner <willw@carallon.com>
# Date 1318504999 -3600
# Node ID 5e38529933a4b1d3137139b92bfbf4340da4f0aa
# Parent  652e56d6d35aab02dca9649aca544d5c5ff8b452
Enable NPTL thread library in uClibc 0.9.32

diff -r 652e56d6d35a -r 5e38529933a4 config/libc/uClibc.in
--- a/config/libc/uClibc.in	Sun Oct 09 19:19:04 2011 +0200
+++ b/config/libc/uClibc.in	Thu Oct 13 12:23:19 2011 +0100
@@ -19,6 +19,7 @@
 config LIBC_UCLIBC_V_0_9_32
     bool
     prompt "0.9.32"
+    select LIBC_SUPPORT_NPTL
     select LIBC_UCLIBC_0_9_32_or_later
 
 config LIBC_UCLIBC_V_0_9_31


[-- Attachment #3: Type: text/plain, Size: 71 bytes --]

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: nptl thread support with uClibc 0.9.32
  2011-10-13 11:28 nptl thread support with uClibc 0.9.32 Will Wagner
@ 2011-10-13 12:36 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2011-10-13 12:36 UTC (permalink / raw)
  To: crossgcc; +Cc: Will Wagner

Will, All,

On Thursday 13 October 2011 132831 Will Wagner wrote:
> I believe that nptl thread support is now working in uClibc 0.9.32 (I 
> have got an arm and x86 toolchain working)

Yes, it is supposed to be official, now. ;-)

> Attached is a patch to enable the selection of nptl when uClibc version 
> is 0.9.32

This should already be the case:
http://crosstool-ng.org/hg/crosstool-ng/file/652e56d6d35a/config/libc/uClibc.in
    19 config LIBC_UCLIBC_V_0_9_32
    20     bool
    21     prompt "0.9.32"
    22     select LIBC_UCLIBC_0_9_32_or_later
[--SNIP--]
    94 config LIBC_UCLIBC_0_9_32_or_later
    95     bool
    96     select LIBC_SUPPORT_NPTL
    97     select LIBC_UCLIBC_0_9_30_or_later

Note however that the current stable series 1.12 does not have this. As it
is a feature change, it was not, and will not be, back-ported.

Expect the next stable series (probably named 1.13) by the end of October.
Also, bear in mind that the last week of October is ELC-E and LinuxCon in
Prague, and that I'll be attending both, plus the developers' day on the
saturday, and travelling back on Sunday, so it may be late by a day or two...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
| --==< O_o >==-- '------------.-------:  X  AGAINST      |  /e\  There is no  |
| http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL    |  """  conspiracy.  |
'------------------------------'-------'------------------'--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-13 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-13 11:28 nptl thread support with uClibc 0.9.32 Will Wagner
2011-10-13 12:36 ` Yann E. MORIN

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 read-only IMAP folder(s) and NNTP newsgroup(s).