https://gcc.gnu.org/g:bdc5921ca59d0a100daee48f28696f87224b3d55
commit r16-8114-gbdc5921ca59d0a100daee48f28696f87224b3d55 Author: Jose E. Marchesi <[email protected]> Date: Mon Mar 16 22:07:03 2026 +0100 a68: fix copy-pasto in install.texi Signed-off-by: Jose E. Marchesi <[email protected]> gcc/ChangeLog * doc/install.texi (Configuration): Fix copy pasto --enable-objc-gc to --enable-algol68-gc. Diff: --- gcc/doc/install.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b1f4f5e11936..1cac20cf328c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2961,7 +2961,7 @@ is built, using an external build of the Boehm-Demers-Weiser garbage collector (@uref{https://www.hboehm.info/gc/}). This library needs to be available for each multilib variant, unless -configured with @option{--enable-objc-gc=@samp{auto}} in which case +configured with @option{--enable-algol68-gc=@samp{auto}} in which case the build of the additional runtime library is skipped when not available and the build continues.
