https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88319
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |iains at gcc dot gnu.org Last reconfirmed| |2025-03-23 Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #6 from Iain Sandoe <iains at gcc dot gnu.org> --- Actually, the issue is not local to libitm case, it currently affects any 'cxx=true' top-level configured target library. It appears to be the result of an omitted export of "CXX_FOR_TARGET" in the top-level Makefile template. Patch under test.