Skip to content

Draft: Fix ar-stage0 having no at-file support in hadrian

Moritz Angermann requested to merge wip/angerman/fix-hadrian-cross-macos into master

Hadrian has no support for flags to be stage specific, this means we have no way to say that ar-stage0 doesn't support at-files. (e.g. ar on macOS, but targeting say aarch64-linux might result in macos's ar not supporting at-files, however the linux toolchains gnu ar might).

Edited by Andreas Klebinger

Merge request reports