cbfstool: actually use no-ms-bitfields flag on mingw

It was added to an unused variable.

Change-Id: I869ffdda7e04b5c615931473c760d66b803fb98b
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/11673
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Patrick Georgi 2015-09-16 16:19:26 +02:00 committed by Patrick Georgi
parent 08c10a9cbc
commit cdeb1c4f61
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ TOOLCPPFLAGS += -I$(objutil)/cbfstool
TOOLLDFLAGS ?=
ifeq ($(shell uname -s | cut -c-7 2>/dev/null), MINGW32)
TOOLFLAGS+=-mno-ms-bitfields
TOOLCFLAGS += -mno-ms-bitfields
endif
$(objutil)/cbfstool/%.o: $(objutil)/cbfstool/%.c