Skip to content

tests: check whether -Wl,--unresolved-symbols=ignore-all is supported

When cross-compiling from macOS, this linker flag is rejected. Instead of always passing it, we can check whether it is supported first. I also think we should be building those executables for the target system and not the currently running one, but that can be done in a separate commit.

Signed-off-by: Alex Richardson Alexander.Richardson@cl.cam.ac.uk

Edited by Alexander Richardson

Merge request reports