https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88319
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain D Sandoe <ia...@gcc.gnu.org>: https://gcc.gnu.org/g:70bc553e1b565d2e162894ea29a223b44e9133e3 commit r15-8689-g70bc553e1b565d2e162894ea29a223b44e9133e3 Author: Iain Sandoe <i...@sandoe.co.uk> Date: Sun Mar 23 11:45:17 2025 +0000 toplevel, Makefile: Add missing CXX_FOR_TARGET export [PR88319]. Actually, the issue is not local to the libitm case, it currently affects any 'cxx=true' top-level configured target library. The issue is a missing export of CXX_FOR_TARGET. PR libitm/88319 ChangeLog: * Makefile.in: Regenerate. * Makefile.tpl: Add CXX_FOR_TARGET to NORMAL_TARGET_EXPORTS. Signed-off-by: Iain Sandoe <i...@sandoe.co.uk>