This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH] ARC: allow non uclibc libs


On 19 May 2016 19:06, Vineet Gupta wrote:
> Currently binutils configure script expect uclibc suffic only which
> doesn't allow for glibc (port in works)

that's fine

> --- a/bfd/config.bfd
> +++ b/bfd/config.bfd
>
> -  arc*-*-elf* | arc*-*-linux-uclibc*)
> +  arc*-*-elf* | arc*-*-linux-*)

here you enforce a trailing -

> --- a/gas/configure.tgt
> +++ b/gas/configure.tgt
>
> -  arc*-*-linux-uclibc*)			fmt=elf bfd_gas=yes ;;
> +  arc*-*-linux*)			fmt=elf bfd_gas=yes ;;

here you don't

> --- a/ld/configure.tgt
> +++ b/ld/configure.tgt
>
> -arc*-*-linux-uclibc*)	targ_emul=arclinux
> +arc*-*-linux*)	targ_emul=arclinux

here you don't
-mike

Attachment: signature.asc
Description: Digital signature


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