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:
parent
08c10a9cbc
commit
cdeb1c4f61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue