From 266b5171a30e0334b7503ec3284665b244d77b61 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 1 Mar 2016 22:34:34 -0800 Subject: 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 Reviewed-on: https://review.coreboot.org/13873 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- util/crossgcc/buildgcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/crossgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 679c0ef1f0..df9ac4aa6d 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 -- cgit v1.2.3