Re: [U-Boot] [PATCH] powerpc/86xx: Pass -mcpu=7400 to GCC

2016-07-26 Thread york sun
On 07/19/2016 02:26 PM, Scott Wood wrote: > Without this, GCC uses the toolchain default, which may be incompatible > with -maltivec. > > Signed-off-by: Scott Wood > --- > arch/powerpc/cpu/mpc86xx/config.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to

[U-Boot] [PATCH] powerpc/86xx: Pass -mcpu=7400 to GCC

2016-07-19 Thread Scott Wood
Without this, GCC uses the toolchain default, which may be incompatible with -maltivec. Signed-off-by: Scott Wood --- arch/powerpc/cpu/mpc86xx/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/cpu/mpc86xx/config.mk