| Summary: | Enable sysroot support | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marcin Juszkiewicz <mjuszkie> | ||||
| Component: | cross-gcc | Assignee: | David Howells <dhowells> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | dan, dhowells | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | cross-gcc-4.8.2-2 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-06-17 13:29:03 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: | 1011412 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Marcin Juszkiewicz
2013-09-24 08:49:41 UTC
+ --with-sysroot=/ \ This does not work correctly. It mixes stuff from /usr/include (specifically gnu/stubs.h) into the foreign libgccs. Also, this doesn't build on Fedora arm rawhide as this results in trying to access a non-existent file. This should be dealt with in cross-gcc-4.8.2-2, which should be hitting updates-testing shortly. Note that the default sysroot is /usr/<arch>/sys-root/ rather than / as the latter causes problems when compiling libgcc. |