blob: 6cb087c187bef0efc0ee416e192afb956f05b6c1 [file] [log] [blame]
Martin Roth6f656132015-12-08 11:14:10 -07001diff -urN acpica-unix-20150619/source/compiler/asloptions.c acpica-unix-20150619/source/compiler/asloptions.c
2--- acpica-unix-20150619/source/compiler/asloptions.c 2015-06-19 08:56:19.000000000 -0600
3+++ acpica-unix-20150619/source/compiler/asloptions.c 2015-12-08 10:44:58.816669240 -0700
4@@ -717,6 +717,7 @@
5 case '^':
6
7 printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME));
8+ printf ("%s\n", COREBOOT_TOOLCHAIN_VERSION);
9 exit (0);
10
11 case 'a':
12