https://gcc.gnu.org/g:cfb945957ee9acd561f71e592221e227c140cfe4
commit r17-1071-gcfb945957ee9acd561f71e592221e227c140cfe4 Author: Jakub Jelinek <[email protected]> Date: Mon Jun 1 12:00:00 2026 +0200 Regenerate some autoconf configure scripts after recent spelling fixes. The r17-1010-gd1051b48f8330 r17-1031-ga886b383b26a0 r17-1033-g06fb00cb66d88 commits failed to regenerate corresponding generated scripts. Fixed thusly. 2026-06-01 Jakub Jelinek <[email protected]> gcc/ * configure: Regenerate. libgm2/ * configure: Regenerate. libiberty/ * configure: Regenerate. Diff: --- gcc/configure | 4 ++-- libgm2/configure | 6 +++--- libiberty/configure | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/configure b/gcc/configure index b9a99c8e9cfa..735b654e1d0d 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7910,7 +7910,7 @@ stk_clash_min=12 stk_clash_max=30 # Keep the default value when the option is not used to 0, this allows us to -# distinguish between the cases where the user specifially set a value via +# distinguish between the cases where the user specifically set a value via # configure and when the normal default value is used. # Check whether --with-stack-clash-protection-guard-size was given. @@ -28547,7 +28547,7 @@ elif test x$gcc_cv_ld != x; then ld_soname_option='-install_name' ;; # Solaris 2 ld always supports -h. It also supports --soname for GNU - # ld compatiblity since some Solaris 10 update. + # ld compatibility since some Solaris 10 update. *-*-solaris2*) gcc_cv_ld_soname=yes ld_soname_option='-h' diff --git a/libgm2/configure b/libgm2/configure index 7799d3987e01..d261bf51cdce 100755 --- a/libgm2/configure +++ b/libgm2/configure @@ -23005,7 +23005,7 @@ GM2_FOR_TARGET=${GM2_FOR_TARGET:-gcc} # Now we check the target as long as it is a supported host. # For some embedded targets we choose minimal runtime system which is -# just enough to satisfy the linker targetting raw metal. +# just enough to satisfy the linker targeting raw metal. if test x${M2_HOST_OS} != xunknown; then { $as_echo "$as_me:${as_lineno-$LINENO}: m2 library building for target ${target}" >&5 $as_echo "$as_me: m2 library building for target ${target}" >&6;} @@ -23084,8 +23084,8 @@ $as_echo "no" >&6; } fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking m2 front end will build Logitech compatability libraries:" >&5 -$as_echo_n "checking m2 front end will build Logitech compatability libraries:... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking m2 front end will build Logitech compatibility libraries:" >&5 +$as_echo_n "checking m2 front end will build Logitech compatibility libraries:... " >&6; } if test x${BUILD_LOGLIB} = xtrue; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } diff --git a/libiberty/configure b/libiberty/configure index 359f19ac0379..e089a97392f8 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -6234,7 +6234,7 @@ _ACEOF -# Check for presense of long long +# Check for presence of long long ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default" if test "x$ac_cv_type_long_long" = xyes; then :
