> This is exactly what aarch64-*-linux* is doing is doing in gcc 6 > branch (e.g. system.ads<system-linux-x86_64.ads) which is what I > modeled it after, but now I see it has been changed to
Well no, you are reusing an x86_64 file for an aarch64 architecture, so this is exactly the same issue. Arno