Re: Error: invalid switch -me200

2020-11-16 Thread Alan Modra
On Fri, Nov 13, 2020 at 06:50:15PM -0600, Segher Boessenkool wrote: > On Fri, Nov 13, 2020 at 04:37:38PM -0800, Fāng-ruì Sòng wrote: > > On Fri, Nov 13, 2020 at 4:23 PM Segher Boessenkool > > wrote: > > > On Fri, Nov 13, 2020 at 12:14:18PM -0800, Nick Desaulniers wrote: > > > > > > > Error: invali

Re: Error: invalid switch -me200

2020-11-16 Thread Segher Boessenkool
On Mon, Nov 16, 2020 at 02:27:12PM -0600, Scott Wood wrote: > On Fri, 2020-11-13 at 18:50 -0600, Segher Boessenkool wrote: > > All the others work fine (and are needed afaics), it is only -me200 that > > doesn't exist (in mainline binutils). Perhaps -me5500 will work for it > > instead. > > Accor

Re: Error: invalid switch -me200

2020-11-16 Thread Scott Wood
On Fri, 2020-11-13 at 18:50 -0600, Segher Boessenkool wrote: > On Fri, Nov 13, 2020 at 04:37:38PM -0800, Fāng-ruì Sòng wrote: > > On Fri, Nov 13, 2020 at 4:23 PM Segher Boessenkool > > wrote: > > > On Fri, Nov 13, 2020 at 12:14:18PM -0800, Nick Desaulniers wrote: > > > > > > > Error: invalid switc

Re: Error: invalid switch -me200

2020-11-16 Thread Christophe Leroy
Quoting Michael Ellerman : Christophe Leroy writes: Le 14/11/2020 à 01:20, Segher Boessenkool a écrit : On Fri, Nov 13, 2020 at 12:14:18PM -0800, Nick Desaulniers wrote: Error: invalid switch -me200 Error: unrecognized option -me200 251 cpu-as-$(CONFIG_E200) += -Wa,-me200 Are those al

Re: Error: invalid switch -me200

2020-11-15 Thread Michael Ellerman
Christophe Leroy writes: > Le 14/11/2020 à 01:20, Segher Boessenkool a écrit : >> On Fri, Nov 13, 2020 at 12:14:18PM -0800, Nick Desaulniers wrote: >> Error: invalid switch -me200 >> Error: unrecognized option -me200 > > 251 cpu-as-$(CONFIG_E200) += -Wa,-me200 > > Are tho

Re: Error: invalid switch -me200

2020-11-14 Thread Christophe Leroy
Le 14/11/2020 à 01:20, Segher Boessenkool a écrit : On Fri, Nov 13, 2020 at 12:14:18PM -0800, Nick Desaulniers wrote: Error: invalid switch -me200 Error: unrecognized option -me200 251 cpu-as-$(CONFIG_E200) += -Wa,-me200 Are those all broken configs, or is Kconfig messed up such that ran

Re: Error: invalid switch -me200

2020-11-13 Thread Segher Boessenkool
On Fri, Nov 13, 2020 at 04:37:38PM -0800, Fāng-ruì Sòng wrote: > On Fri, Nov 13, 2020 at 4:23 PM Segher Boessenkool > wrote: > > On Fri, Nov 13, 2020 at 12:14:18PM -0800, Nick Desaulniers wrote: > > > > > > Error: invalid switch -me200 > > > > > > Error: unrecognized option -me200 > > > > > > > >

Re: Error: invalid switch -me200

2020-11-13 Thread Segher Boessenkool
On Fri, Nov 13, 2020 at 12:14:18PM -0800, Nick Desaulniers wrote: > > > > Error: invalid switch -me200 > > > > Error: unrecognized option -me200 > > > > > > 251 cpu-as-$(CONFIG_E200) += -Wa,-me200 > > > > > > Are those all broken configs, or is Kconfig messed up such that > > > randconfig can sel

Re: Error: invalid switch -me200

2020-11-13 Thread Nathan Chancellor
On Fri, Nov 13, 2020 at 11:42:03AM -0800, Nick Desaulniers wrote: > + MPE, PPC > > On Fri, Nov 13, 2020 at 11:08 AM Nathan Chancellor > wrote: > > > > On Fri, Nov 13, 2020 at 09:28:03AM -0800, Fāng-ruì Sòng wrote: > > > On Thu, Nov 12, 2020 at 7:22 PM kernel test robot wrote: > > > > > > > > Hi