]> git.kernelconcepts.de Git - karo-tx-linux.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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:12 +0000 (02:18 +0200)
commit71458cfc782eafe4b27656e078d379a34e472adf
tree4122f7dabbff6119742c2df48d7cdb2944aefb62
parent68faed630fc151a7a1c4853df00fb3dcacf782b4
kernel: add support for gcc 5

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>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/compiler-gcc5.h [new file with mode: 0644]