Re: [PATCH] compiler: add support for gcc 6

2015-04-14 Thread Joe Perches
On Wed, 2015-04-15 at 07:32 +1000, Anton Blanchard wrote: > gcc has recently bumped its major version and this is causing kernel > build errors. Create include/linux/compiler-gcc6.h which is a copy > of compiler-gcc5.h, minus a few comments that no longer apply. I still think it'd be better to

[PATCH] compiler: add support for gcc 6

2015-04-14 Thread Anton Blanchard
gcc has recently bumped its major version and this is causing kernel build errors. Create include/linux/compiler-gcc6.h which is a copy of compiler-gcc5.h, minus a few comments that no longer apply. Signed-off-by: Anton Blanchard --- I'm told the versioning scheme in gcc has changed, and to

Re: [PATCH] compiler: add support for gcc 6

2015-04-14 Thread Joe Perches
On Wed, 2015-04-15 at 07:32 +1000, Anton Blanchard wrote: gcc has recently bumped its major version and this is causing kernel build errors. Create include/linux/compiler-gcc6.h which is a copy of compiler-gcc5.h, minus a few comments that no longer apply. I still think it'd be better to use a

[PATCH] compiler: add support for gcc 6

2015-04-14 Thread Anton Blanchard
gcc has recently bumped its major version and this is causing kernel build errors. Create include/linux/compiler-gcc6.h which is a copy of compiler-gcc5.h, minus a few comments that no longer apply. Signed-off-by: Anton Blanchard an...@samba.org --- I'm told the versioning scheme in gcc has