+2
−2
Loading
icc -v prints out its version string like this: icc version 18.0.1 (gcc version 5.0.0 compatibility) detect_cc.sh gets confused and does this in the generated mk/cc.mk: CC_TYPE=icc gcc So fix detect_cc.sh to only use the first entry with head -1. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I44680ac83f165f8d4d8ef6448c0a7d7aa93b85e7 Reviewed-on: https://review.gerrithub.io/399262 Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com> Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com>