Closed
Description
There is one minor issue leftover: If we cross-compile to x86_64 then it is possible that the line
find_program(CMAKE_STRIP NAMES x86_64-linux-gnu-strip x86_64-unknown-linux-gnu-strip strip)
in the build/configs/toolchain_linux_x86_64.cmake file would make the
CMAKE_STRIP
to use the
defaultstrip
binary, which could be incorrect for the given target, as the strip would be for the host.