This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH RFA] add support for NetBSD/mips as ELF.


cgd@broadcom.com wrote:
[snip]
> --- configure.tgt	2001/10/31 09:50:09	1.66
> +++ configure.tgt	2001/11/01 06:25:50
> @@ -287,7 +287,13 @@
>  mips*el-*-ecoff*)	targ_emul=mipsidtl ;;
>  mips*-*-ecoff*)		targ_emul=mipsidt ;;
>  mips*-dec-bsd*)		targ_emul=mipsbsd ;;
> -mips*-dec-netbsd*)	targ_emul=elf32lmip ;;
> +mips*-dec-netbsd* | mips*el-*-netbsd*)
> +			targ_emul=elf32lmip
> +			targ_extra_emuls="elf32bmip"
> +			;;

It#s already there, and surely has historic reasons, but why is it
called mips*-dec-netbsd* instead of mips*el-dec-netbsd* ?
It looks a bit inconsistent.


Thiemo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]