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 Thursday 19 May 2016 07:32 PM, Mike Frysinger wrote:
> 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 -

Sorry I was lousy - this is not needed - will fix in v2 !

>
>> --- 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


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