Re: [PATCH v1 4/5] powerpc: Remove cpu-as-y completely

2024-02-24 Thread Michael Ellerman
Christophe Leroy writes: > Le 20/02/2023 à 07:00, Michael Ellerman a écrit : >> Christophe Leroy writes: >>> cpu-as-y is there to force assembler building options. >>> But there is no need for that. Gcc is passed the necessary >>> options and it automatically pass the appropriate option to >>> GA

Re: [PATCH v1 4/5] powerpc: Remove cpu-as-y completely

2024-02-16 Thread Christophe Leroy
Le 20/02/2023 à 07:00, Michael Ellerman a écrit : > Christophe Leroy writes: >> cpu-as-y is there to force assembler building options. >> But there is no need for that. Gcc is passed the necessary >> options and it automatically pass the appropriate option to >> GAS. >> >> GCC is given -maltivec

Re: [PATCH v1 4/5] powerpc: Remove cpu-as-y completely

2023-02-19 Thread Michael Ellerman
Christophe Leroy writes: > cpu-as-y is there to force assembler building options. > But there is no need for that. Gcc is passed the necessary > options and it automatically pass the appropriate option to > GAS. > > GCC is given -maltivec when relevant, so no need > for -Wa,-maltivec in addition >

Re: [PATCH v1 4/5] powerpc: Remove cpu-as-y completely

2022-12-20 Thread Pali Rohár
On Monday 19 December 2022 19:45:59 Christophe Leroy wrote: > cpu-as-y is there to force assembler building options. > But there is no need for that. Gcc is passed the necessary > options and it automatically pass the appropriate option to > GAS. > > GCC is given -maltivec when relevant, so no nee