https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104861
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:9467e7331188705ec16c086b77e1809c5b0aab7d commit r12-7591-g9467e7331188705ec16c086b77e1809c5b0aab7d 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.