Bug 1294892
| Summary: | Disable JIT on MIPS | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Toman <michal.toman> | ||||
| Component: | webkitgtk4 | Assignee: | Tomas Popela <tpopela> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | klember, mcatanzaro+wrong-account-do-not-cc, tpopela | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | mips64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-12-30 23:02:20 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1242747 | ||||||
| Attachments: |
|
||||||
Sure thing, pushed. You might also be interested in: https://bugs.webkit.org/show_bug.cgi?id=150376 https://bugs.webkit.org/show_bug.cgi?id=150381 https://bugs.webkit.org/show_bug.cgi?id=150412 https://bugs.webkit.org/show_bug.cgi?id=146629 |
Created attachment 1110619 [details] Add-support-for-MIPS.patch Description of problem: We are trying to bring Fedora to MIPS platform and this requires disabling webkitgtk4 JIT on MIPS. At this moment the package does not build on 32-bit nor 64-bit MIPS with JIT enabled. Actual results: MIPS JIT is enabled by default and the build fails Expected results: MIPS JIT is disabled and webkitgtk4 builds and works Additional info: Attaching a dist-git patch.