Skip to content

CMakeFindBinUtils: Always consider plain binutils when not cross-compiling

Since !4547 (merged), _CMAKE_TOOLCHAIN_PREFIX may be set even when not cross-compiling. In this case we may still need to use binutils without any prefix.

Fixes: #21103 (closed)
Backport: release
Topic-rename: CMakeFindBinUtils-fallback

Edited by Brad King

Merge request reports