diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-01 22:34:34 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-03 04:23:25 +0100 |
commit | 266b5171a30e0334b7503ec3284665b244d77b61 (patch) | |
tree | d8d0186ec1dd671fb4771bd61ce9bfa399f268fb /util/crossgcc/buildgcc | |
parent | 9f3f9154c9f3dd1e3cfbd2703b681c3e9ddf4dc7 (diff) | |
download | coreboot-266b5171a30e0334b7503ec3284665b244d77b61.tar.xz |
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>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |