From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [RFC] Adding TLS selection choice to metadata
Date: Thu, 30 Jul 2009 11:25:36 -0700 [thread overview]
Message-ID: <20090730182536.GA14686@gmail.com> (raw)
In-Reply-To: <200907300935.16945.zecke@selfish.org>
On (30/07/09 09:35), Holger Freyther wrote:
> On Wednesday 29 July 2009 19:55:38 Khem Raj wrote:
>
> > > To cite my patch:
> > >
> > > +# The tls/ntpl support in uclibc is work in progress. For the current
> > > +# targets we should build gcc with --enable-tls=no. In the future we
> > > +# might want to enable TLS for certain architectures and uclibc versions
> > > +# so this is why this method exists.
> > > +def get_gcc_uclibc_tls_setting(bb, d):
> > > + return "--enable-tls=no"
> >
> > I was thinking of a case when say nptl is supported on mips
> > but someone still wants to build with linuxthreads. In your patch you
> > rely upon the target triplet to decide where to enable it and where
> > not to.
>
> In my patch I solely rely on the power of a turing complete language called
> python. In this python method you can place a:
>
> if bb.data.getVar("TARGET_TLS", d, True)
> return ""
>
> and be done, in analogue to the FPU setting (hence it is right below the FPU
> code). do you agree?
yes that will be ok.
>
> z.
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2009-07-30 18:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-28 7:22 [RFC] Adding TLS selection choice to metadata Khem Raj
2009-07-28 20:14 ` Tom Rini
2009-07-29 4:14 ` Holger Hans Peter Freyther
2009-07-29 7:02 ` Khem Raj
2009-07-29 6:00 ` Holger Hans Peter Freyther
2009-07-29 17:55 ` Khem Raj
2009-07-30 7:35 ` Holger Freyther
2009-07-30 18:25 ` Khem Raj [this message]
2009-07-29 7:29 ` Phil Blundell
2009-07-29 17:56 ` Khem Raj
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=20090730182536.GA14686@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.