summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2016-08-21 17:19:26 +0200
committerFrank Gevaerts <frank@gevaerts.be>2016-08-21 17:19:26 +0200
commitd938411a945174122a4a38d0f3b403155f27555d (patch)
tree929c5249a9f62d75cc070660288d6d1d1f7ffe81 /tools
parent45c6785e22f589b6bbc930b20859dc7df102d705 (diff)
downloadrockbox-d938411a945174122a4a38d0f3b403155f27555d.tar.gz
rockbox-d938411a945174122a4a38d0f3b403155f27555d.zip
Print make version in configure output.
This should make it easier to figure out random build issues. Change-Id: Ic037ecc94a3c8386043349db1573c3587d7e1fda
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 4910dcb000..a9fe058cbd 100755
--- a/tools/configure
+++ b/tools/configure
@@ -4220,6 +4220,9 @@ fi
4220 4220
4221echo "Using $LD $ldver" 4221echo "Using $LD $ldver"
4222 4222
4223makever=`make --version | head -1`
4224echo "Detected make $makever"
4225
4223# check the compiler for SH platforms 4226# check the compiler for SH platforms
4224if test "$CC" = "sh-elf-gcc"; then 4227if test "$CC" = "sh-elf-gcc"; then
4225 if test "$gccnum" -lt "400"; then 4228 if test "$gccnum" -lt "400"; then