On 3/29/23 15:02, Andreas Schwab wrote: > On Mär 29 2023, Martin Liška wrote: > >> diff --git a/gcc/configure.ac b/gcc/configure.ac >> index 120151c474a..13c1a85851c 100644 >> --- a/gcc/configure.ac >> +++ b/gcc/configure.ac >> @@ -7013,6 +7013,7 @@ AC_MSG_RESULT($do_link_mutex) >> >> if test "$do_link_mutex" = "yes"; then >> DO_LINK_MUTEX=true >> + echo gcc/configure: WARNING: --enable-link-mutex is deprecated and will >> be removed in the next release, use --enable-link-serialization instead 1>&2 > > Please use AC_MSG_WARN. >
Good point Andreas, installed as 8b2766e87db. Thanks, Martin