Hi! The r17-1010-gd1051b48f8330 r17-1031-ga886b383b26a0 r17-1033-g06fb00cb66d88 commits failed to regenerate corresponding generated scripts.
Fixed thusly, committed to trunk as obvious. 2026-06-01 Jakub Jelinek <[email protected]> gcc/ * configure: Regenerate. libgm2/ * configure: Regenerate. libiberty/ * configure: Regenerate. --- gcc/configure +++ 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' --- libgm2/configure +++ 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; } --- libiberty/configure +++ 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 : Jakub
