system76-coreboot/util/crossgcc/patches/acpica-unix-20230628_iasl.patch
Felix Singer 055c6d5c34 util/crossgcc/buildgcc: Use Intel mirror for ACPICA
The binary hashes from GitHub releases are not stable. Use the Intel
mirror.

Change-Id: If3738b0cdab07c37ac1459a53e399e5de54435d5
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80721
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
2024-04-17 17:18:58 +00:00

29 lines
949 B
Diff

diff --git a/source/compiler/asloptions.c b/source/compiler/asloptions.c
index 4bf9465ba..14c61a122 100644
--- a/source/compiler/asloptions.c
+++ b/source/compiler/asloptions.c
@@ -234,6 +234,7 @@ AslCommandLine (
if (AslGbl_DoSignon)
{
printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME));
+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION);
if (AslGbl_IgnoreErrors)
{
printf ("Ignoring all errors, forcing AML file generation\n\n");
@@ -866,6 +867,7 @@ AslDoOptions (
case '^':
printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME));
+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION);
exit (0);
case 'a':
@@ -879,6 +881,7 @@ AslDoOptions (
printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME));
printf (ACPI_COMMON_BUILD_TIME);
+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION);
exit (0);
case 'e':