Skip to content
Snippets Groups Projects
Commit 4bb2c88f authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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: default avatarJeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9408
parent 19a6b0fa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment