disable BROTLI_MODEL macro for some targets#1369
Closed
copybara-service[bot] wants to merge 0 commit intomasterfrom
Closed
disable BROTLI_MODEL macro for some targets#1369copybara-service[bot] wants to merge 0 commit intomasterfrom
copybara-service[bot] wants to merge 0 commit intomasterfrom
Conversation
7 tasks
MingcongBai
pushed a commit
to AOSC-Tracking/brotli
that referenced
this pull request
Oct 30, 2025
PiperOrigin-RevId: 825438559 Link: google#1369 Signed-off-by: Mingcong Bai <[email protected]>
7f91406 to
81e8edd
Compare
81e8edd to
e230f47
Compare
MarsDoge
added a commit
to MarsDoge/edk2
that referenced
this pull request
Nov 12, 2025
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:google/brotli#1369
Suggested-by: MingcongBai <[email protected]>
Signed-off-by: Dongyan Qian <[email protected]>
MarsDoge
added a commit
to MarsDoge/edk2
that referenced
this pull request
Nov 14, 2025
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:google/brotli#1369
Signed-off-by: Dongyan Qian <[email protected]>
mergify bot
pushed a commit
to tianocore/edk2
that referenced
this pull request
Nov 19, 2025
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:google/brotli#1369
Suggested-by: MingcongBai <[email protected]>
Signed-off-by: Dongyan Qian <[email protected]>
mergify bot
pushed a commit
to tianocore/edk2
that referenced
this pull request
Nov 19, 2025
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:google/brotli#1369
Signed-off-by: Dongyan Qian <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
disable BROTLI_MODEL macro for some targets