This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
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.
the gnu-as requirement of firefox comes from nss' freebl (security/nss/lib/freebl), due to it forcing
-no-integrated-as
when it detectsclang
asCC
.the patch included removes these forced flags as current clang's (tested with 12.0.1) assembler can assemble all the assembler sources included in
nss
.i have tried this with firefox 78.12.0esr, but because it's about
nss
and not firefox itself it should also apply and build on current firefox as well.more info can be found here.
edit1 here are the other mentions of
-fno-integrated-as
/-no-integrated-as
in 90.0.2 just in case, they seem to be present in current esr as well so i don't think they'll be problematic because with just this patch and a configuration similar to yours component-wise, i am able to build esr w/ogas
: