diff options
author | Iru Cai <mytbk920423@gmail.com> | 2017-07-28 23:36:25 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-06-03 23:08:49 +0000 |
commit | 46fb8b6f051b1844ef92098119e4ffa12395e26a (patch) | |
tree | 5804cc5bfd8f893c8bc120f03fcc97af2b30c712 /util/crossgcc/buildgcc | |
parent | 067d38a7af16bd6ca3add8d806874571fa1151c1 (diff) |
buildgcc: Update IASL to 20180531
Change-Id: I6c14f3aad59749896816bb8789788fc513e7176f
Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/21156
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 53f9782cb5..bbe74eb2b8 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -18,8 +18,8 @@ cd $(dirname $0) -CROSSGCC_DATE="October 15th, 2017" -CROSSGCC_VERSION="1.50" +CROSSGCC_DATE="June 3rd, 2018" +CROSSGCC_VERSION="1.51" CROSSGCC_COMMIT=$( git describe ) # default settings @@ -42,7 +42,7 @@ GCC_VERSION=6.3.0 GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.29.1 GDB_VERSION=8.0 -IASL_VERSION=20161222 +IASL_VERSION=20180531 PYTHON_VERSION=3.5.1 EXPAT_VERSION=2.2.1 # CLANG version number |