Skip to content

Make ld executable configurable

Simon McVittie requested to merge wip/smcv/cross-ld into master

Tools like this should be configurable in a cross or native file. In particular, if we are cross-compiling (with an executable wrapper like qemu-arm), the build system ld is not necessarily able to manipulate host system objects.

Edited by Simon McVittie

Merge request reports