This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I'll check that.
Also: I think I might have some misconceptions about NPTL.
-----Original Message-----
From: Khem Raj [mailto:khem@mvista.com]
Sent: Wednesday, May 24, 2006 11:08 AM
To: Earl Olsen
Cc: CrossGCC List
Subject: Re: Threads
Earl Olsen said the following on 05/24/2006 08:56 AM:
>
> I took a look at the i386-linux.crosstoolconfig.txt output by
> crosstool, and see this:
>
> GLIBC_ADDON_OPTIONS==linuxthreads
>
> Does anybody think the extra "=" is a problem?
>
it may not be have a look at the real options that are being passed to
glibc configure. It might be that --enable-add-ons${GLIBC_ADDON_OPTIONS}
is used in that case it will be correct.
> This was with crosstool 0.42.
>
> Also, does this mean that libpthread is using linux native thread
> support (i.e. each thread is assigned a PID instead of a thread id as
> in NPTL)?
>
that sounds more like linuxthreads
> Thanks
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>
>
--
For unsubscribe information see http://sourceware.org/lists.html#faq
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |