The target will be adjusted to aarch64-*-mingw* in config.gcc. This change will ensure consistency with the target in libgcc.
Regards, Evgeny -----Original Message----- Thursday, February 22, 2024 2:36 PM Richard Earnshaw (lists) wrote: > +aarch64-*-mingw*) This doesn't match the glob pattern you added to config.gcc in an earlier patch, but see my comment on that. The two should really be consistent with each other or you might get build failures late on. R.