[OE-core] [PATCH 4/5] eglibc-nativesdk: Set GCC_ADDONS.

2012-03-30 Thread Lianhao Lu
Set only necessary GCC_ADDONS for eglibc-nativesdk so that it is not dependant on the target eglibc's GCC_ADDONS settings. Signed-off-by: Lianhao Lu --- meta/recipes-core/eglibc/eglibc_2.13.bb |3 ++- meta/recipes-core/eglibc/eglibc_2.15.bb |3 ++- 2 files changed, 4 insertions(+), 2 del

Re: [OE-core] [PATCH 4/5] eglibc-nativesdk: Set GCC_ADDONS.

2012-03-31 Thread Richard Purdie
On Sat, 2012-03-31 at 14:49 +0800, Lianhao Lu wrote: > Set only necessary GCC_ADDONS for eglibc-nativesdk so that it is not > dependant on the target eglibc's GCC_ADDONS settings. You mean GLIBC_ADDONS, right? :) > Signed-off-by: Lianhao Lu > --- > meta/recipes-core/eglibc/eglibc_2.13.bb |3

Re: [OE-core] [PATCH 4/5] eglibc-nativesdk: Set GCC_ADDONS.

2012-03-31 Thread Khem Raj
On Fri, Mar 30, 2012 at 11:49 PM, Lianhao Lu wrote: > >  GLIBC_ADDONS ?= "ports,nptl,libidn" > +GLIBC_ADDONS_virtclass-nativesdk = "nptl" nptl is bogus now a days. so please delete it completely. ___ Openembedded-core mailing list Openembedded-core@lis

Re: [OE-core] [PATCH 4/5] eglibc-nativesdk: Set GCC_ADDONS.

2012-03-31 Thread Khem Raj
On Sat, Mar 31, 2012 at 7:39 AM, Khem Raj wrote: > nptl is bogus now a days. so please delete it completely. heh I must have said in GLIBC_ADDON context its bogus. Since its _the_ only thread implementation in eglibc/glibc ___ Openembedded-core mailing

Re: [OE-core] [PATCH 4/5] eglibc-nativesdk: Set GCC_ADDONS.

2012-04-02 Thread Lu, Lianhao
I've recreated the patches per Richard's comment. However, removing nptl from the add-on settings resulted an eglibc configure error saying that it is an required add-on. -Lianhao Khem Raj wrote on 2012-03-31: > On Sat, Mar 31, 2012 at 7:39 AM, Khem Raj wrote: >> nptl is bogus now a days. so

Re: [OE-core] [PATCH 4/5] eglibc-nativesdk: Set GCC_ADDONS.

2012-04-02 Thread Khem Raj
On Mon, Apr 2, 2012 at 5:22 PM, Lu, Lianhao wrote: > I've recreated the patches per Richard's comment. However, removing nptl from > the add-on settings resulted an eglibc configure error saying that it is an > required add-on. hmm interesting. I will see whats going on there.