Re: [OE-core] [PATCH v2] rust: Use libc++ runtime when using clang with llvm runtime

2022-09-01 Thread Khem Raj
On Thu, Sep 1, 2022 at 2:56 PM Richard Purdie wrote: > > On Thu, 2022-09-01 at 13:32 -0700, Khem Raj wrote: > > meta-clang has options when it comes to C++ runtime, default is to use > > gnu runtime, other options are llvm runtime and android runtime. This > > patch helps when a distro is using

Re: [OE-core] [PATCH v2] rust: Use libc++ runtime when using clang with llvm runtime

2022-09-01 Thread Richard Purdie
On Thu, 2022-09-01 at 13:32 -0700, Khem Raj wrote: > meta-clang has options when it comes to C++ runtime, default is to use > gnu runtime, other options are llvm runtime and android runtime. This > patch helps when a distro is using llvm runtime for C/C++ runtime. It > informs the rust build

[OE-core] [PATCH v2] rust: Use libc++ runtime when using clang with llvm runtime

2022-09-01 Thread Khem Raj
meta-clang has options when it comes to C++ runtime, default is to use gnu runtime, other options are llvm runtime and android runtime. This patch helps when a distro is using llvm runtime for C/C++ runtime. It informs the rust build system about right C++ runtime to configure for when such a