Re: [PATCH u-boot] powerpc/mpc85xx: Improve disabling of SPE instructions

2022-12-23 Thread Tom Rini
On Sun, Dec 11, 2022 at 03:14:59PM +0100, Pali Rohár wrote: > Specifying -mspe=no also disables usage of SPE instructions. It is > documented in "[PATCH,rs6000] make -mno-spe work as expected" email: > http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00311.html > > So replace -mspe=yes by -mspe=no, s

[PATCH u-boot] powerpc/mpc85xx: Improve disabling of SPE instructions

2022-12-11 Thread Pali Rohár
Specifying -mspe=no also disables usage of SPE instructions. It is documented in "[PATCH,rs6000] make -mno-spe work as expected" email: http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00311.html So replace -mspe=yes by -mspe=no, so make it clear that u-boot has to be compiled without SPE instructions