Draft: Fix ar-stage0 having no at-file support in hadrian
Hadrian has no support for flag
s 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