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] CSKY: Modify the default target vec


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


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