Re: [PATCH] Raise the minimum required gcc version to 4.6
From: Nick Desaulniers <hidden>
Date: 2018-08-20 20:25:43
Also in:
lkml
From: Nick Desaulniers <hidden>
Date: 2018-08-20 20:25:43
Also in:
lkml
On Mon, Aug 20, 2018 at 1:15 PM Joe Perches [off-list ref] wrote:
Various architectures fail to build properly with older versions of the gcc compiler.
Just curious if certain arch's require older versions of gcc? Surely that's not the case, but hopefully this patch wont surprise anyone. It might be worthwhile to see where else in the kernel has /gcc\s+[0-9]/g as I'm sure there's other old-gcc workarounds that can go too (in follow up patches). Thanks for sending. This helps us ship newer compiler features for which older compiler support is difficult/impossible. -- Thanks, ~Nick Desaulniers