| Summary: | Add support for MIPS | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Toman <michal.toman> | ||||
| Component: | uClibc | Assignee: | Nikola Forró <nforro> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | dvlasenk, jchaloup, nforro, varekova | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | mips64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | uClibc-0.9.33.2-9.fc24 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-02-18 13:25:19 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: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1242747 | ||||||
| Attachments: |
|
||||||
Thanks. Applied in commit: http://pkgs.fedoraproject.org/cgit/rpms/uClibc.git/commit/?id=4081a5288044751d762f81f09653d5a8c1ae8e28 |
Created attachment 1122462 [details] Add-support-for-MIPS.patch Description of problem: We are trying to bring Fedora to MIPS platform and this requires adding MIPS support to uClibc. Two changes are required: 1) extend the kernel_long patch to apply to MIPS as well 2) add config bits to specfile Actual results: Build fails, wrong ISA/ABI is selected, missing __kernel_(u)long_t Expected results: Build passes Additional info: Attaching dist-git patch