This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
fix 32-bit ppc support in Firefox #28
Labels
32-bit
Specific to 32-bit ppc
BE
big endian
enhancement
New feature or request
help wanted
Extra attention is needed
There are several issues here:
nodejs
- nodejs 12.x does not build on 32-bit ppc #27 For now, this can be worked around by switching tonodejs-lts
. (for cross-compiling it's a non-issue as node is a host dependency)There's some C++ code paths that fail to compile.this has been fixed some time agorustc
crashes when compilingstyle
during native compilation; cross compiling however works.WebRTC failed to build (could be disabled in worst case)worked around by disablingxptcall
The text was updated successfully, but these errors were encountered: