cbd631284d
Compilation of acpica-20120420 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: If5fd5cd93d748f78b7c059323f9f810666e32cc7 Signed-off-by: Idwer Vollering <vidwer@gmail.com> Reviewed-on: http://review.coreboot.org/1607 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge <peter@stuge.se>
23 lines
637 B
Diff
23 lines
637 B
Diff
--- 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 += \
|
|
- -Waddress \
|
|
-Waggregate-return \
|
|
-Wchar-subscripts \
|
|
- -Wempty-body \
|
|
- -Wlogical-op \
|
|
-Wmissing-declarations \
|
|
- -Wmissing-field-initializers \
|
|
- -Wmissing-parameter-type \
|
|
-Wnested-externs \
|
|
- -Wold-style-declaration \
|
|
- -Wold-style-definition \
|
|
- -Wredundant-decls \
|
|
- -Wtype-limits
|
|
+ -Wold-style-definition
|
|
|
|
#
|
|
# Bison/Flex configuration
|