Skip to content

Cross compilation issue: strip detection #221

Closed
@egavrin

Description

@egavrin

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
default strip binary, which could be incorrect for the given target, as the strip would be for the host.

Reported by @galpeter in comments to #71

Metadata

Metadata

Assignees

Labels

bugUndesired behaviourenhancementAn improvementinfrastructureRelated to GH Actions or the tested targetsminor

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions