Re: [PATCH 1/3] powerpc: remove old GCC version checks

2018-09-16 Thread Joel Stanley
On Fri, 14 Sep 2018 at 14:39, Nicholas Piggin wrote: > > GCC 4.6 is the minimum supported now. > > Signed-off-by: Nicholas Piggin Reviewed-by: Joel Stanley

[PATCH 1/3] powerpc: remove old GCC version checks

2018-09-13 Thread Nicholas Piggin
GCC 4.6 is the minimum supported now. Signed-off-by: Nicholas Piggin --- arch/powerpc/Makefile | 31 ++- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 11a1acba164a..2ecd0976914a 100644 ---