https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104861
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:eb077526a705da3f29db47824efefdcfc0072df2 commit r10-10544-geb077526a705da3f29db47824efefdcfc0072df2 Author: Richard Biener <rguent...@suse.de> Date: Thu Mar 10 13:35:46 2022 +0100 ada/104861 - use target_noncanonial for Target_Name The following arranges for s-oscons.ads to record target_noncanonical for Target_Name, matching the install directory layout and what gcc -dumpmachine says. This fixes build issues with gprbuild. 2022-03-10 Richard Biener <rguent...@suse.de> PR ada/104861 gcc/ada/ * gcc-interface/Makefile.in (target_noncanonical): Substitute. (OSCONS_CPP): Pass target_noncanonical as TARGET. (cherry picked from commit 9467e7331188705ec16c086b77e1809c5b0aab7d)