[PATCH v3 03/44] ld: add intelgt as a target configuration

Jan Beulich jbeulich@suse.com
Fri Aug 1 12:06:30 GMT 2025


On 01.08.2025 11:37, 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 3f49485ae9f072490ed4839cd8d9007962abe189..172a4c13441b8a6889257d7f6f5ff48bcf2e5fc8 100644
> --- a/ld/configure.tgt
> +++ b/ld/configure.tgt
> @@ -460,6 +460,8 @@ ia64-*-*vms*)		targ_emul=elf64_ia64_vms
>  			;;
>  ia64-*-aix*)		targ_emul=elf64_aix
>  			;;
> +intelgt-*-elf)		targ_emul=elf_x86_64
> +			;;

How does this fit with patch 02 introducing intelgt as a separate arch? How
useful is it anyway to have a working(?) linker when there's no assembler?

Jan


More information about the Binutils mailing list