[PATCH] arch: powerpc: ppc4xx compile flag optimizations

2016-12-22 Thread John Crispin
From: Imre Kaloz This patch splits up the compile flags between ppc40x and ppc44x. Signed-off-by: John Crispin Signed-off-by: Imre Kaloz --- arch/powerpc/Makefile |3 ++- arch/powerpc/boot/Makefile |6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/arch

Re: [PATCH] MIPS: fix bug.h MIPS build regression

2012-06-20 Thread John Crispin
On 20/06/12 08:27, Yoichi Yuasa wrote: > Commit: 3777808873b0c49c5cf27e44c948dfb02675d578 breaks all MIPS builds. > Hi Yoichi, I stumbled across the same build regression last night and came up with almost the same fix :-) Tested-by: John Crispin Thanks