https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117401
Bug ID: 117401 Summary: Spell that ./configure --enable-link-mutex is deprecated Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: dilyan.palauzov at aegee dot org Target Milestone: --- https://gcc.gnu.org/install/configure.html describes --enable-link-mutex , without stating that the option is deprecated. But gcc/configure.ac:L7251 contains: AC_MSG_WARN([--enable-link-mutex is deprecated and will be removed in the next release, use --enable-link-serialization instead]) https://gcc.gnu.org/install/configure.html should state that --enable-link-mutex is deprecated and suggest to use --enable-link-serialization .