]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kernel: add support for gcc 5
authorSasha Levin <sasha.levin@oracle.com>
Mon, 13 Oct 2014 22:51:05 +0000 (15:51 -0700)
committerJiri Slaby <jslaby@suse.cz>
Fri, 31 Oct 2014 14:11:25 +0000 (15:11 +0100)
commit478a5f81defe61a89083f3b719e142f250427098
tree2390ae866e647bbe2649278ae8bfaa6f1c942a56
parentc901375df3622717e3926038c0d350fbc291df2c
kernel: add support for gcc 5

commit 71458cfc782eafe4b27656e078d379a34e472adf upstream.

We're missing include/linux/compiler-gcc5.h which is required now
because gcc branched off to v5 in trunk.

Just copy the relevant bits out of include/linux/compiler-gcc4.h,
no new code is added as of now.

This fixes a build error when using gcc 5.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
include/linux/compiler-gcc5.h [new file with mode: 0644]