https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61201
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot gnu.org --- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > The build of GNAT cross is designed to rely on a matching native, to > simplify the > set up, so this is really as designed here, and not just a 'search path > problem'. More specifically, the gnattools must be compiled by the same version of the compiler; for native, this doesn't depend on the base compiler, since the compiler is bootstrapped but, for cross, the base compiler must be the same version.