buildgcc: Remove the warning options unsupported by cygwin
My cygwin hostcc doesn't support -Wempty-body -Waddress -Wmissing-field-initializers Change-Id: I879e05f3bd396b36b327f204252e820552b6e12e Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: zbao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/1426 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
This commit is contained in:
parent
844e01357b
commit
2efabba468
|
@ -1,12 +1,16 @@
|
||||||
--- acpica-unix-20120420/source/compiler/Makefile 2012-04-21 04:02:33.000000000 +0800
|
--- acpica-unix-20120420/source/compiler/Makefile 2012-04-21 04:02:33.000000000 +0800
|
||||||
+++ acpica-unix-20120420/source/compiler/Makefile 2012-08-08 16:30:14.000000000 +0800
|
+++ acpica-unix-20120420/source/compiler/Makefile 2012-08-08 18:06:11.000000000 +0800
|
||||||
@@ -261,15 +261,11 @@
|
@@ -257,19 +257,12 @@
|
||||||
|
# gcc 4+ flags
|
||||||
|
#
|
||||||
|
CWARNINGFLAGS += \
|
||||||
|
- -Waddress \
|
||||||
-Waggregate-return \
|
-Waggregate-return \
|
||||||
-Wchar-subscripts \
|
-Wchar-subscripts \
|
||||||
-Wempty-body \
|
- -Wempty-body \
|
||||||
- -Wlogical-op \
|
- -Wlogical-op \
|
||||||
-Wmissing-declarations \
|
-Wmissing-declarations \
|
||||||
-Wmissing-field-initializers \
|
- -Wmissing-field-initializers \
|
||||||
- -Wmissing-parameter-type \
|
- -Wmissing-parameter-type \
|
||||||
-Wnested-externs \
|
-Wnested-externs \
|
||||||
- -Wold-style-declaration \
|
- -Wold-style-declaration \
|
||||||
|
|
Loading…
Reference in New Issue