don't specify "CC=<nothing>" on kernel build command line
authorFelix Fietkau <nbd@openwrt.org>
Tue, 23 Oct 2007 06:23:23 +0000 (06:23 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 23 Oct 2007 06:23:23 +0000 (06:23 +0000)
commit4bb2c88f4ea2048f732d6d156ba3c564bd4eeb48
tree66ea5614e14c12ef41714cb2add3cd6da0f3396d
parent19a6b0fa95f3b38e9019d2151ad77e6affb07947
don't specify "CC=<nothing>" on kernel build command line

If KERNEL_CC isn't set, we end up with a "CC=" on the kernel build
command-line. We don't always need CC, as the CROSS_COMPILE flag does
the job instead. In fact, specifying CC messes up the build when we're
using a biarch compiler.

This change doesn't specify CC= if the KERNEL_CC variable is empty.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9408
include/kernel-defaults.mk
include/kernel.mk