crossgcc: Update make to latest version: 4.2.1

Change-Id: I4af90fd2fcfb2a823f9e6b1e975c71581f0b55e9
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/16164
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 86e952c..5bfd383 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -18,8 +18,8 @@
 
 cd $(dirname $0)
 
-CROSSGCC_DATE="July 14th, 2016"
-CROSSGCC_VERSION="1.41"
+CROSSGCC_DATE="August 11th, 2016"
+CROSSGCC_VERSION="1.42"
 CROSSGCC_COMMIT=$( git describe )
 
 # default settings
@@ -46,7 +46,7 @@
 EXPAT_VERSION=2.1.1
 # CLANG version number
 CLANG_VERSION=3.8.0
-MAKE_VERSION=4.1
+MAKE_VERSION=4.2.1
 
 # GCC toolchain archive locations
 # These are sanitized by the jenkins toolchain test builder, so if