Re: [OE-core] [PATCH] gcc: Allow using libc++

2024-03-28 Thread Dan McGregor
On Thu, 28 Mar 2024 at 11:07, Dan McGregor via lists.openembedded.org wrote: > > On Thu, 28 Mar 2024 at 10:59, Khem Raj wrote: > > > > On Thu, Mar 28, 2024 at 9:29 AM Dan McGregor > > wrote: > > > > > > On Thu, 28 Mar 2024 at 10:11, Khem Raj wrote: > > > > > > > > On Thu, Mar 28, 2024 at 8:43 

Re: [OE-core] [PATCH] gcc: Allow using libc++

2024-03-28 Thread Dan McGregor
On Thu, 28 Mar 2024 at 10:59, Khem Raj wrote: > > On Thu, Mar 28, 2024 at 9:29 AM Dan McGregor > wrote: > > > > On Thu, 28 Mar 2024 at 10:11, Khem Raj wrote: > > > > > > On Thu, Mar 28, 2024 at 8:43 AM Dan McGregor > > > wrote: > > > > > > > > With the addition of the C++ runtime setting

Re: [OE-core] [PATCH] gcc: Allow using libc++

2024-03-28 Thread Khem Raj
On Thu, Mar 28, 2024 at 9:29 AM Dan McGregor wrote: > > On Thu, 28 Mar 2024 at 10:11, Khem Raj wrote: > > > > On Thu, Mar 28, 2024 at 8:43 AM Dan McGregor > > wrote: > > > > > > With the addition of the C++ runtime setting added recently, allow > > > gcc to use libc++ as its runtime. There's

Re: [OE-core] [PATCH] gcc: Allow using libc++

2024-03-28 Thread Dan McGregor
On Thu, 28 Mar 2024 at 10:11, Khem Raj wrote: > > On Thu, Mar 28, 2024 at 8:43 AM Dan McGregor > wrote: > > > > With the addition of the C++ runtime setting added recently, allow > > gcc to use libc++ as its runtime. There's some minor fixes still > > required, such as allowing setting the

Re: [OE-core] [PATCH] gcc: Allow using libc++

2024-03-28 Thread Khem Raj
On Thu, Mar 28, 2024 at 8:43 AM Dan McGregor wrote: > > With the addition of the C++ runtime setting added recently, allow > gcc to use libc++ as its runtime. There's some minor fixes still > required, such as allowing setting the unwinder library. But this > allows for testing libc++ with gcc. >

[OE-core] [PATCH] gcc: Allow using libc++

2024-03-28 Thread Dan McGregor
With the addition of the C++ runtime setting added recently, allow gcc to use libc++ as its runtime. There's some minor fixes still required, such as allowing setting the unwinder library. But this allows for testing libc++ with gcc. Signed-off-by: Daniel McGregor ---