Hi! I've noticed a typo in gcc/configure message.
Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk as obvious. 2026-07-23 Jakub Jelinek <[email protected]> * configure.ac: Fix a typo, respones -> response. * configure: Regenerate. --- gcc/configure.ac.jj 2026-07-10 08:56:56.481169210 +0200 +++ gcc/configure.ac 2026-07-22 20:42:16.074357214 +0200 @@ -3413,7 +3413,7 @@ if test $gcc_cv_as_hidden = yes && test [Define if your assembler and linker support .hidden.]) fi -AC_MSG_CHECKING(linker supports GNU style respones files) +AC_MSG_CHECKING(linker supports GNU style response files) gcc_cv_ld_at_file=no if test $in_tree_ld = yes ; then gcc_cv_ld_at_file=yes --- gcc/configure.jj 2026-07-10 08:56:56.480169223 +0200 +++ gcc/configure 2026-07-22 20:42:36.724083884 +0200 @@ -26807,8 +26807,8 @@ $as_echo "#define HAVE_GAS_HIDDEN 1" >>c fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker supports GNU style respones files" >&5 -$as_echo_n "checking linker supports GNU style respones files... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker supports GNU style response files" >&5 +$as_echo_n "checking linker supports GNU style response files... " >&6; } gcc_cv_ld_at_file=no if test $in_tree_ld = yes ; then gcc_cv_ld_at_file=yes Jakub
