buildgcc: Bump version to 1.36

Numerous changes have gone in since the last bump, let's increase
the version.

Change-Id: Ie3ae8c24b26bd22b70bc5ddf5c1125b5b1d3a021
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/13873
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 679c0ef..df9ac4a 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -18,8 +18,8 @@
 
 cd $(dirname $0)
 
-CROSSGCC_DATE="January 29th, 2016"
-CROSSGCC_VERSION="1.35"
+CROSSGCC_DATE="March 1st, 2016"
+CROSSGCC_VERSION="1.36"
 
 # default settings
 PACKAGE=GCC