Hi! Bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk as obvious.
2025-12-19 Jakub Jelinek <[email protected]> * doc/install.texi (--with-tls=): Fix a typo, were -> where. --- gcc/doc/install.texi.jj 2025-12-15 19:01:51.049816488 +0100 +++ gcc/doc/install.texi 2025-12-18 17:26:20.184100213 +0100 @@ -1249,7 +1249,7 @@ Same as @uref{#with-as,,@option{--with-a but for the Windows resource compiler. @item --with-tls=@var{dialect} -Specify the default TLS dialect, for systems were there is a choice. +Specify the default TLS dialect, for systems where there is a choice. For ARM targets, possible values for @var{dialect} are @code{gnu} or @code{gnu2}, which select between the original GNU dialect and the GNU TLS descriptor-based dialect. Jakub
