Skip to content

hadrian: Ensure that linker scripts are used when merging objects

Ben Gamari requested to merge wip/T22527 into master

In #22527 (closed) @rui314 inadvertantly pointed out a glaring bug in Hadrian's implementation of the object merging rules: unlike the old make build system we utterly failed to pass the needed linker scripts. Fix this.

Merge request reports