BaseTools: Update brotli submodule

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3417
Update the brotli submodule to the latest commit (f4153a0)
so that the build isn't broken in GCC 11 compilers.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Pedro Falcato <pedro.falcato@gmail.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
Bob Feng
2022-01-26 16:30:14 +08:00
committed by mergify[bot]
parent c9b7c6e0cc
commit 42af706dfb
3 changed files with 18 additions and 2 deletions

View File

@@ -10,6 +10,13 @@ APPNAME = BrotliCompress
OBJECTS = \
BrotliCompress.o \
brotli/c/common/platform.o \
brotli/c/common/shared_dictionary.o \
brotli/c/common/constants.o \
brotli/c/common/context.o \
brotli/c/enc/command.o \
brotli/c/enc/compound_dictionary.o \
brotli/c/enc/fast_log.o \
brotli/c/common/dictionary.o \
brotli/c/common/transform.o \
brotli/c/dec/bit_reader.o \