https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81358
--- Comment #40 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Thomas Schwinge <[email protected]>: https://gcc.gnu.org/g:04df8fa9e73e612f978fff35a97841703b872f6c commit r16-4597-g04df8fa9e73e612f978fff35a97841703b872f6c Author: Thomas Schwinge <[email protected]> Date: Tue Oct 21 09:46:32 2025 +0200 Simplify 'Makefile' dependencies for libatomic [PR81358] I noticed that commit r16-4315-ge63cf4b130b86dd7dde1bf499d3d40faca10ea2e "PR81358: Enable automatic linking of libatomic" had introduced a lot of repeated 'Makefile' dependencies for libatomic, including some nonsensical ones, like 'configure-stage1-target-libada: maybe-all-stage1-target-libatomic' (libada isn't bootstrapped). That's because the code for generation of dependencies had been put into inside an existing loop over 'target_modules'. PR driver/81358 * Makefile.tpl: Move generation of dependencies for libatomic out of loop over 'target_modules'. * Makefile.in: Regenerate.
