diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-07-07 00:41:42 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-07-07 17:08:45 +0200 |
commit | adf61e2926441c673ff1943ad962fd8641a9f56c (patch) | |
tree | 7a0094241d508cbb14d78044b51b44ace149f20e /util | |
parent | 8ef928af4ed7dd0a42f40017aa4afb6a86575511 (diff) |
buildgcc: update IASL to version 20150619
Change-Id: Ic0cb6826bb624e905b9c715f17a7629bc7b751c5
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/10818
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 | ||||
-rw-r--r-- | util/crossgcc/sum/acpica-unix-20150204.tar.gz.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/acpica-unix-20150619.tar.gz.cksum | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 367f4d19ee..272820fde0 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -42,7 +42,7 @@ GCC_VERSION=4.9.2 GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.25 GDB_VERSION=7.9.1 -IASL_VERSION=20150204 +IASL_VERSION=20150619 PYTHON_VERSION=3.4.3 EXPAT_VERSION=2.1.0 # CLANG version number diff --git a/util/crossgcc/sum/acpica-unix-20150204.tar.gz.cksum b/util/crossgcc/sum/acpica-unix-20150204.tar.gz.cksum deleted file mode 100644 index c2f201f3b8..0000000000 --- a/util/crossgcc/sum/acpica-unix-20150204.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -e8ab49a9cd47ec1f3542b4185852bb49814c7694 tarballs/acpica-unix-20150204.tar.gz diff --git a/util/crossgcc/sum/acpica-unix-20150619.tar.gz.cksum b/util/crossgcc/sum/acpica-unix-20150619.tar.gz.cksum new file mode 100644 index 0000000000..404730043d --- /dev/null +++ b/util/crossgcc/sum/acpica-unix-20150619.tar.gz.cksum @@ -0,0 +1 @@ +ccc86513f10c47762bf46bf4d348c8cbda4336f5 tarballs/acpica-unix-20150619.tar.gz |