]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gcc >= 4.3 is not supported
authorAdrian Bunk <bunk@kernel.org>
Fri, 14 Mar 2008 20:05:58 +0000 (22:05 +0200)
committerAdrian Bunk <bunk@kernel.org>
Fri, 14 Mar 2008 20:05:58 +0000 (22:05 +0200)
commit4743272d12d443e241e02e2361db2f4c2dcb480e
treef9c43456264deb88c6e17665a8abbba1cd58be9c
parentae793603c3a69cf676d48233106e515fbdf4ceb2
gcc >= 4.3 is not supported

Building kernel 2.6.16 with gcc 4.3 is completely untested, and
you might run into both kernel and gcc problems (as always with
new gcc versions).

For making this obvious the kernel build now #error's when trying
to build with gcc >= 4.3.

The kernel might work fine when compiled with gcc 4.3 and it's
therefore possible to remove the #error, but if someone really
longs for regressions he can as well try a more recent kernel
instead.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
include/linux/compiler.h