diff options
author | zbao <fishbaozi@gmail.com> | 2012-08-08 19:25:04 +0800 |
---|---|---|
committer | Anton Kochkov <anton.kochkov@gmail.com> | 2012-08-15 08:09:58 +0200 |
commit | 2efabba46886d89c4b8593c39cd036ff849620d9 (patch) | |
tree | d34fba1f9b621b5509b8f4f58eefa3232d14a6d2 /util/crossgcc | |
parent | 844e01357b6a045cb6d0d20aa806181b88be8129 (diff) |
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>
Diffstat (limited to 'util/crossgcc')
-rw-r--r-- | util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch b/util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch index 2aea0b2c9f..d1c954f825 100644 --- a/util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch +++ b/util/crossgcc/patches/acpica-unix-20120420_unknown_warnings.patch @@ -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-08-08 16:30:14.000000000 +0800 -@@ -261,15 +261,11 @@ ++++ acpica-unix-20120420/source/compiler/Makefile 2012-08-08 18:06:11.000000000 +0800 +@@ -257,19 +257,12 @@ + # gcc 4+ flags + # + CWARNINGFLAGS += \ +- -Waddress \ -Waggregate-return \ -Wchar-subscripts \ - -Wempty-body \ +- -Wempty-body \ - -Wlogical-op \ -Wmissing-declarations \ - -Wmissing-field-initializers \ +- -Wmissing-field-initializers \ - -Wmissing-parameter-type \ -Wnested-externs \ - -Wold-style-declaration \ |