Thanks for this one, I hope we can finally get that vte update in :) Alex
On Sat, 2 Dec 2023 at 01:09, Khem Raj <[email protected]> wrote: > > Signed-off-by: Khem Raj <[email protected]> > --- > v2: Change 'if' to 'elif' to make it part of if else block > > meta/classes-recipe/rust-common.bbclass | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta/classes-recipe/rust-common.bbclass > b/meta/classes-recipe/rust-common.bbclass > index 3d73a370ec8..ae96d9c5b1f 100644 > --- a/meta/classes-recipe/rust-common.bbclass > +++ b/meta/classes-recipe/rust-common.bbclass > @@ -63,6 +63,8 @@ def rust_base_triple(d, thing): > # This catches ARM targets and appends the necessary hard float bits > if os == "linux-gnueabi" or os == "linux-musleabi": > libc = bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', > 'hf', '', d) > + elif os == "linux-gnux32" or os == "linux-muslx32": > + libc = "" > elif "musl" in os: > libc = "-musl" > os = "linux" > -- > 2.43.0 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#191728): https://lists.openembedded.org/g/openembedded-core/message/191728 Mute This Topic: https://lists.openembedded.org/mt/102928304/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
