[PATCH] CSKY: Modify the default target vec

Lifang Xia lifang_xia@c-sky.com
Fri Jan 4 01:57:00 GMT 2019


Hi Nick,

Thanks for reviewing.

It is a mistake while doing the upstream. In the fact,
almost all C-SKY targets are in little endian mode.

So the csky_elf32_le_vec is more suitable.


On 2019年01月04日 01:25, Nick Clifton wrote:
> Hi Lifang,
>
>> CSKY: Modify the default target vec
> I am a little bit worried about this patch:
>
>>    csky-*-elf* | csky-*-linux* )
>> -    targ_defvec=csky_elf32_be_vec
>> +    targ_defvec=csky_elf32_le_vec
>>       targ_selvecs="csky_elf32_be_vec csky_elf32_le_vec"
> Is it possible that there are users out there who are already
> building toolchains with --target=csky-elf ?  If so they will
> probably become confused when the default changes.
>
> Cheers
>    Nick

Best regards
Lifang Xia



More information about the Binutils mailing list