Print make version in configure output.
This should make it easier to figure out random build issues. Change-Id: Ic037ecc94a3c8386043349db1573c3587d7e1fda
This commit is contained in:
parent
45c6785e22
commit
d938411a94
1 changed files with 3 additions and 0 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
@ -4220,6 +4220,9 @@ fi
|
|||
|
||||
echo "Using $LD $ldver"
|
||||
|
||||
makever=`make --version | head -1`
|
||||
echo "Detected make $makever"
|
||||
|
||||
# check the compiler for SH platforms
|
||||
if test "$CC" = "sh-elf-gcc"; then
|
||||
if test "$gccnum" -lt "400"; then
|
||||
|
|
Loading…
Reference in a new issue