Timothy Pearson (tpearson@raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10193
-gerrit
commit 6170f68a0e07c93781043b111ffe01db67d1fc4d Author: Timothy Pearson tpearson@raptorengineeringinc.com Date: Wed May 13 13:34:47 2015 -0500
util/cbfstool: Fix FTBFS on Ubuntu 12.04
Change-Id: I4569488bd2feb603e8c65be7ab967cb0ee43c66c Signed-off-by: Timothy Pearson tpearson@raptorengineeringinc.com --- 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 1aa9d76..a55475b 100644 --- a/util/cbfstool/Makefile.inc +++ b/util/cbfstool/Makefile.inc @@ -42,7 +42,7 @@ rmodobj += elfheaders.o rmodobj += xdr.o
TOOLCFLAGS ?= -std=c99 -Werror -Wall -Wextra -TOOLCFLAGS += -Wcast-qual -Wmissing-prototypes -Wredundant-decls -Wshadow +TOOLCFLAGS += -Wcast-qual -Wmissing-prototypes -Wredundant-decls TOOLCFLAGS += -Wstrict-prototypes -Wwrite-strings TOOLCPPFLAGS ?= -D_DEFAULT_SOURCE # memccpy() from string.h TOOLCPPFLAGS += -D_POSIX_C_SOURCE=200809L # strdup() from string.h