From cdeb1c4f61b62cb161beb37d841757d3f764425d Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 16 Sep 2015 16:19:26 +0200 Subject: cbfstool: actually use no-ms-bitfields flag on mingw It was added to an unused variable. Change-Id: I869ffdda7e04b5c615931473c760d66b803fb98b Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/11673 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- util/cbfstool/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/cbfstool/Makefile.inc b/util/cbfstool/Makefile.inc index 99df7d7858..2a3dedfc66 100644 --- a/util/cbfstool/Makefile.inc +++ b/util/cbfstool/Makefile.inc @@ -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 -- cgit v1.2.3