]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes/cmake: unset LDFLAGS in toolchain-native.bbclass
authorRoss Burton <ross.burton@arm.com>
Fri, 26 Sep 2025 14:33:39 +0000 (15:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Oct 2025 09:52:51 +0000 (10:52 +0100)
commitf9fa240a6788188174c8080a78018ed9ce402f54
tree1dd254dec6c49f10368f175f0fa66af967f0a1b5
parent38cbf4c0ce5173dc3080fa0fbb3ec3e7926c8137
classes/cmake: unset LDFLAGS in toolchain-native.bbclass

If a recipe is using toolchain-native.cmake to build native portion in a
non-native build, the target LDFLAGS from the environment will leak into
the native build.

This was noticed as building a SDK with clang means that LDFLAGS contains
a --dynamic-loader argument, so native binaries were trying to use the
target loader.

There are several variables that are set from LDFLAGS[1] so instead of
setting them all, we can simply unset the environment variable in the
toolchain.

[1] https://cmake.org/cmake/help/latest/envvar/LDFLAGS.html

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/cmake.bbclass