Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13873
-gerrit
commit 52ba958bd8dbf55edee2379e088ef37fc6b95a1b Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Tue Mar 1 22:34:34 2016 -0800
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 --- util/crossgcc/buildgcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
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