crossgcc: Upgrade IASL to version 20200717
Summary of changes: https://acpica.org/node/183 Change-Id: Ib325fa5c37c32702c572ab56c99e1f8f785cbe53 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43554 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
384e2c9218
commit
d592909014
|
@ -40,7 +40,7 @@ GCC_VERSION=8.3.0
|
||||||
GCC_AUTOCONF_VERSION=2.69
|
GCC_AUTOCONF_VERSION=2.69
|
||||||
BINUTILS_VERSION=2.35
|
BINUTILS_VERSION=2.35
|
||||||
GDB_VERSION=9.2
|
GDB_VERSION=9.2
|
||||||
IASL_VERSION=20200528
|
IASL_VERSION=20200717
|
||||||
PYTHON_VERSION=3.8.5
|
PYTHON_VERSION=3.8.5
|
||||||
EXPAT_VERSION=2.2.9
|
EXPAT_VERSION=2.2.9
|
||||||
# CLANG version number
|
# CLANG version number
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
diff -Naur acpica-unix2-20200528_/source/compiler/asloptions.c acpica-unix2-20200528/source/compiler/asloptions.c > acpica-unix2-20200528_iasl.patch
|
diff -Naur acpica-unix2-20200717_/source/compiler/asloptions.c acpica-unix2-20200717/source/compiler/asloptions.c > acpica-unix2-20200717_iasl.patch
|
||||||
--- acpica-unix2-20200528_/source/compiler/asloptions.c
|
--- acpica-unix2-20200717_/source/compiler/asloptions.c
|
||||||
+++ acpica-unix2-20200528/source/compiler/asloptions.c
|
+++ acpica-unix2-20200717/source/compiler/asloptions.c
|
||||||
@@ -126,6 +126,7 @@
|
@@ -126,6 +126,7 @@
|
||||||
if (Gbl_DoSignon)
|
if (Gbl_DoSignon)
|
||||||
{
|
{
|
|
@ -1 +0,0 @@
|
||||||
27afd4c05c966e9390fcc30bdf1f53ddb7d69033 tarballs/acpica-unix2-20200528.tar.gz
|
|
|
@ -0,0 +1 @@
|
||||||
|
92b0177f36b5209e6a667808ca58ef7462c4a6c7 tarballs/acpica-unix2-20200717.tar.gz
|
Loading…
Reference in New Issue