crossgcc: Upgrade acpica to version 20190703
Changes: https://acpica.org/node/171 Change-Id: I3883718623e4a23a901a446f738a9e8c988d8433 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34067 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
1e9473cc25
commit
43e9bd6b9c
|
@ -54,7 +54,7 @@ GCC_VERSION=8.3.0
|
||||||
GCC_AUTOCONF_VERSION=2.69
|
GCC_AUTOCONF_VERSION=2.69
|
||||||
BINUTILS_VERSION=2.32
|
BINUTILS_VERSION=2.32
|
||||||
GDB_VERSION=8.3
|
GDB_VERSION=8.3
|
||||||
IASL_VERSION=20190509
|
IASL_VERSION=20190703
|
||||||
PYTHON_VERSION=3.7.4
|
PYTHON_VERSION=3.7.4
|
||||||
EXPAT_VERSION=2.2.7
|
EXPAT_VERSION=2.2.7
|
||||||
# CLANG version number
|
# CLANG version number
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
diff -Naur acpica-unix2-20190509_/source/compiler/asloptions.c acpica-unix2-20190509/source/compiler/asloptions.c > acpica-unix2-20190509_iasl.patch
|
diff -Naur acpica-unix2-20190703_/source/compiler/asloptions.c acpica-unix2-20190703/source/compiler/asloptions.c > acpica-unix2-20190703_iasl.patch
|
||||||
--- acpica-unix2-20190509_/source/compiler/asloptions.c
|
--- acpica-unix2-20190703_/source/compiler/asloptions.c
|
||||||
+++ acpica-unix2-20190509/source/compiler/asloptions.c
|
+++ acpica-unix2-20190703/source/compiler/asloptions.c
|
||||||
@@ -126,6 +126,7 @@
|
@@ -126,6 +126,7 @@
|
||||||
if (Gbl_DoSignon)
|
if (Gbl_DoSignon)
|
||||||
{
|
{
|
|
@ -1 +0,0 @@
|
||||||
aa4d4f8051800e84a5ed5b71635594aaca749e8d tarballs/acpica-unix2-20190509.tar.gz
|
|
|
@ -0,0 +1 @@
|
||||||
|
c5594944f933265a53695204a0672d0808e4a580 tarballs/acpica-unix2-20190703.tar.gz
|
Loading…
Reference in New Issue