Re: [OE-core] [PATCH V2] gcc-runtime: fix C++ header mapping for n32/x32 tune

2019-04-28 Thread Changqing Li
On 2/19/19 3:05 PM, Changqing Li wrote: On 2/14/19 7:19 PM, Richard Purdie wrote: On Tue, 2019-02-12 at 13:10 +0800,changqing...@windriver.com wrote: From: Changqing Li The SDK was unable to find the C++ header pieces correctly since it's using a generic compiler, not one specific

Re: [OE-core] [PATCH V2] gcc-runtime: fix C++ header mapping for n32/x32 tune

2019-02-18 Thread Changqing Li
On 2/14/19 7:19 PM, Richard Purdie wrote: On Tue, 2019-02-12 at 13:10 +0800, changqing...@windriver.com wrote: From: Changqing Li The SDK was unable to find the C++ header pieces correctly since it's using a generic compiler, not one specifically targeting the multilib vendor p

Re: [OE-core] [PATCH V2] gcc-runtime: fix C++ header mapping for n32/x32 tune

2019-02-14 Thread Richard Purdie
On Tue, 2019-02-12 at 13:10 +0800, changqing...@windriver.com wrote: > From: Changqing Li > > The SDK was unable to find the C++ header pieces correctly since > it's > using a generic compiler, not one specifically targeting the > multilib > vendor prefix and default tune. This adds

[OE-core] [PATCH V2] gcc-runtime: fix C++ header mapping for n32/x32 tune

2019-02-11 Thread changqing.li
From: Changqing Li The SDK was unable to find the C++ header pieces correctly since it's using a generic compiler, not one specifically targeting the multilib vendor prefix and default tune. This adds the right mapping to ensure SDKs work as expected. And fix problem in below con