]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
rust-target-config: Fix ABI override for powerpc64le target
authorDeepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Tue, 28 Oct 2025 05:24:18 +0000 (22:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Oct 2025 11:06:22 +0000 (11:06 +0000)
commit1d4067329d0b84f94aaf2f63d282bb9c99ba5557
tree782d54a153a9c4b67ebb55fc3928822cfe4403e9
parentc871ad4ee62594c05d34b6ed2543d804a4ece07d
rust-target-config: Fix ABI override for powerpc64le target

Ensure the powerpc64le check is exclusive by using `elif`, preventing the
powerpc64 condition from overriding it. This keeps the ABI as elfv2 for
PPC64LE and fixes related build failures.

Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/rust-target-config.bbclass