https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123490
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <[email protected]>: https://gcc.gnu.org/g:5079424ade2deddfa8d39a48a892f60679e4e32d commit r16-6678-g5079424ade2deddfa8d39a48a892f60679e4e32d Author: Jakub Jelinek <[email protected]> Date: Sat Jan 10 11:36:25 2026 +0100 toplevel: Unbreak Ada build [PR123490] As written earlier, the config-ml.in change from the --with-multi-buildlist patch broke build of Ada, Ada uses RTSDIR = rts$(subst /,_,$(MULTISUBDIR)) and expects that the primary multilib will result in rts rather than rts_. it results in after the --with-multi-buildlist changes. The following patch fixes it by restoring previous behavior for ml_subdir / MULTISUBDIR such that for primary multilib it is still empty rather than /. 2026-01-10 Jakub Jelinek <[email protected]> PR ada/123490 * config-ml.in: Restore ml_subdir being empty instead of /. for the primary multilib.
