diff options
author | Andrew Wu <arw@dmp.com.tw> | 2013-09-05 00:21:11 +0800 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-01-23 20:43:28 +0100 |
commit | 1287d1cc80c52ff2598f2bae235fc42d8456f44a (patch) | |
tree | d84f2b638471f2ebbecd1f3e0a9ff147039d4549 /payloads/libpayload/libpci | |
parent | f3c7a9cf9dd275fa597abf4e40552b3645e1cb23 (diff) |
Makefile: Check $CC variable returned from xcompile is not empty.
If xcompile can't find out suitable GCC compiler for i386/armv7, it
will not set $CC_i386/$CC_armv7 variable. Makefile sets $CC variable
from xcompile, and will print strange error messages when executing
$CC program if $CC is empty.
Add checking to avoid this problem. If $CC is empty, also delete
invalid .xcompile file, so Make can recreate this file next time.
Change-Id: Ia8d481d76ca52f3351cb99f05779d06947161c5d
Signed-off-by: Andrew Wu <arw@dmp.com.tw>
Reviewed-on: http://review.coreboot.org/3905
Tested-by: build bot (Jenkins)
Reviewed-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'payloads/libpayload/libpci')
0 files changed, 0 insertions, 0 deletions