[PATCH] Sync config.guess and config.sub with latest versions from the config project

Jan Beulich jbeulich@suse.com
Mon Dec 22 15:55:00 GMT 2025


Nick,

On 19.12.2025 12:10, Tankut Baris Aktemur wrote:
> ---
>  config.guess | 17 ++++++++++-------
>  config.sub   | 28 +++++++++++++++++++---------
>  2 files changed, 29 insertions(+), 16 deletions(-)

what is the policy here? Generally my understanding is that top-level changes
would go into gcc first. However, ...

> diff --git a/config.guess b/config.guess
> index 48a684601bd..a9d01fde461 100755
> --- a/config.guess
> +++ b/config.guess
> @@ -1,10 +1,10 @@
>  #! /bin/sh
>  # Attempt to guess a canonical system name.
> -#   Copyright 1992-2024 Free Software Foundation, Inc.
> +#   Copyright 1992-2025 Free Software Foundation, Inc.
>  
>  # shellcheck disable=SC2006,SC2268 # see below for rationale
>  
> -timestamp='2024-07-27'
> +timestamp='2025-07-10'

... this alone already indicates that binutils is ahead of gcc by over three
years.

Jan


More information about the Binutils mailing list