[OE-core] [PATCH 13/13] rust: generate target definitions from (arch, abi), not just arch

2021-10-10 Thread Alexander Kanavin
This allows to add the missing x32 definition and others in the future. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/rust/rust-common.inc | 57 +- meta/recipes-devtools/rust/rust-cross.inc | 4 +- 2 files changed, 38 insertions(+), 23 deletions(-) diff --git

Re: [OE-core] [PATCH 13/13] rust: generate target definitions from (arch, abi), not just arch

2021-10-11 Thread Khem Raj
On Sun, Oct 10, 2021 at 12:11 PM Alexander Kanavin wrote: > > This allows to add the missing x32 definition and others in the future. > It missed the powerpc eabispe, If we are going to use ABI extensions > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/rust/rust-common.inc | 5

Re: [OE-core] [PATCH 13/13] rust: generate target definitions from (arch, abi), not just arch

2021-10-11 Thread Alexander Kanavin
On Mon, 11 Oct 2021 at 19:03, Khem Raj wrote: > > It missed the powerpc eabispe, If we are going to use ABI extensions > The AB gave a pass though. If someone needs it on powerpc, they now have an easy way to adjust it. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [OE-core] [PATCH 13/13] rust: generate target definitions from (arch, abi), not just arch

2021-10-11 Thread Khem Raj
On Mon, Oct 11, 2021 at 10:15 AM Alexander Kanavin wrote: > > On Mon, 11 Oct 2021 at 19:03, Khem Raj wrote: >> >> >> It missed the powerpc eabispe, If we are going to use ABI extensions > > > The AB gave a pass though. If someone needs it on powerpc, they now have an > easy way to adjust it. it