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)
commitaee29b373717f4d8e2aede0d4ee49a7eb9a599a8
tree339dc92cc99c53a93c1547d7e8632c9e12367df6
parent81c4880f4091242ddd3c15748390b21544641517
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