[coreboot-gerrit] New patch to review for coreboot: cbfstool: actually use no-ms-bitfields flag on mingw

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Sep 16 14:37:31 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11673

-gerrit

commit 1f05194d083741570b0ab34390228bc2f0fb6233
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Wed Sep 16 16:19:26 2015 +0200

    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 at chromium.org>
---
 util/cbfstool/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/cbfstool/Makefile.inc b/util/cbfstool/Makefile.inc
index 99df7d7..2a3dedf 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



More information about the coreboot-gerrit mailing list