Package: gprbuild Followup-For: Bug #932969 Hello.
(CC-ing Stephen Kitt, the gcc-mingw-w64 maintainer) gprconfig tries to run `$triplet-gnatgcc -dumpversion` in order to see which $triplet-gnat version is available, if any. $triplet-gnatgcc is a trick specific to Debian, ensuring that compilations mixing Ada and C use the same compiler versions, in case several GCC versions are installed. The easyest solution would be for gnat-mingw-w64-i686 to install a symbolic link like the gnat-$arch for official architectures. Stephen, is it possible to add a line like usr/bin/gnat-mingw-w64-i686-gnatgcc usr/bin/gnat-mingw-w64-i686-gcc to debian/gnat-mingw-w64-i686.links ?