On Mon, May 18, 2026 at 03:13:24PM +0530, [email protected] wrote:
> diff --git a/libgomp/acinclude.m4 b/libgomp/acinclude.m4
> index a174ff5881a..c75df4c374c 100644
> --- a/libgomp/acinclude.m4
> +++ b/libgomp/acinclude.m4
> @@ -252,7 +252,7 @@ if test x$enable_symvers = xsun ; then
> *)
> # Unlikely to work.
> AC_MSG_WARN([=== You have requested Sun symbol versioning, but])
> - AC_MSG_WARN([=== you are not targetting Solaris 2.])
> + AC_MSG_WARN([=== you are not targeting Solaris 2.])
> AC_MSG_WARN([=== Symbol versioning will be disabled.])
> enable_symvers=no
> ;;
configure needs to be regenerated (using autoconf-2.69) and included
in the patch.
Otherwise LGTM.
Jakub