[coreboot] New patch to review for coreboot: 81a50a6 crossgcc: fix the building of acpica

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Sun Oct 21 01:06:08 CEST 2012


Idwer Vollering (vidwer at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1595

-gerrit

commit 81a50a621e70e2bdb935ac3455be945972c7943e
Author: Idwer Vollering <vidwer at gmail.com>
Date:   Sun Oct 21 01:02:20 2012 +0200

    crossgcc: fix the building of acpica
    
    Compilation of acpica-2012042 is broken (and old, but I'll take care
    of that in a future patch), let's fix that.
    "Building IASL 20120420 ... failed"
    
    Change-Id: I8940e9af6570ef3498cdfab4e63adf9251bc1106
    Signed-off-by: Idwer Vollering <vidwer at gmail.com>
---
 .../patches/acpica-unix-20120420_unknown_warnings.patch        | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch b/util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch
index d1c954f..c027f17 100644
--- a/util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch
+++ b/util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch
@@ -1,6 +1,6 @@
---- acpica-unix-20120420/source/compiler/Makefile	2012-04-21 04:02:33.000000000 +0800
-+++ acpica-unix-20120420/source/compiler/Makefile	2012-08-08 18:06:11.000000000 +0800
-@@ -257,19 +257,12 @@
+--- acpica-unix-20120420/source/compiler/Makefile	2012-04-20 22:02:33.000000000 +0200
++++ acpica-unix-20120420.patched/source/compiler/Makefile	2012-10-21 00:30:38.634470788 +0200
+@@ -257,19 +257,11 @@
  # gcc 4+ flags
  #
  CWARNINGFLAGS += \
@@ -14,10 +14,10 @@
 -    -Wmissing-parameter-type \
      -Wnested-externs \
 -    -Wold-style-declaration \
-     -Wold-style-definition \
+-    -Wold-style-definition \
 -    -Wredundant-decls \
 -    -Wtype-limits
-+    -Wredundant-decls
++    -Wold-style-definition
  
  #
  # Bison/Flex configuration




More information about the coreboot mailing list