| commit | 46548b1adac82211d8d11da12dd914f41e7aa775 | [log] [tgz] |
|---|---|---|
| author | Dongyan Qian <qiandongyan@loongson.cn> | Fri Nov 14 09:48:36 2025 +0800 |
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | Wed Nov 19 02:06:00 2025 +0000 |
| tree | 04b895bfa8277f0f34b883ae3a33b490241d095d | |
| parent | 9e4d3b31631e60fd3e01643323587799e31754a6 [diff] |
MdeModulePkg: Update brotli submodule
Update the brotli submodule to the commit (e230f474).
to avoid build failures in the IA64/LoongArch architecture's
native compiler.
The fundamental reason is that GCC does not support the
__attribute__((model("small"))).
REF:https://github.com/google/brotli/pull/1369
Signed-off-by: Dongyan Qian <qiandongyan@loongson.cn>