[PATCH v2 03/47] ld: add intelgt as a target configuration

Jan Beulich jbeulich@suse.com
Mon Dec 16 07:43:04 GMT 2024


On 13.12.2024 16:59, Tankut Baris Aktemur wrote:
> Add 'intelgt-*-elf' as a target configuration for ld.
> 
> To: <binutils@sourceware.org>
> ---
>  ld/configure.tgt | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/ld/configure.tgt b/ld/configure.tgt
> index b5f272e5ba28eed7ddaf0039cd5f916199c597e7..e4394828ad2387f147ba79155f1623edf691f00b 100644
> --- a/ld/configure.tgt
> +++ b/ld/configure.tgt
> @@ -468,6 +468,8 @@ ia64-*-*vms*)		targ_emul=elf64_ia64_vms
>  			;;
>  ia64-*-aix*)		targ_emul=elf64_aix
>  			;;
> +intelgt-*-elf)		targ_emul=elf_x86_64

If this is really intended, I'm pretty sure something needs saying about
this in the description. As written it looks like a copy-and-paste error.

Jan


More information about the Binutils mailing list