Don't treat $(CC) as a list of compiler candidates if provided by user.
authorBen Pfaff <blp@nicira.com>
Thu, 6 Mar 2008 17:45:28 +0000 (09:45 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 6 Mar 2008 17:45:28 +0000 (09:45 -0800)
commit810a7d3644988a00f48f9469dae05b6ae3f8ab1b
tree5e53e6d4a97e038496574caec3c2c33f92952873
parent842ff9d6181dc7b8ef860f8599ef834157523bc1
Don't treat $(CC) as a list of compiler candidates if provided by user.

Otherwise, if a multi-word $(CC) is provided by the user, such as
"gcc -m32", then we test each word as a compiler.  "-m32" then gives
you an error from the shell about "-3" not being a valid option.
datapath/linux-2.6/kbuild.inc