|
Bugzilla – Full Text Bug Listing |
| Summary: | qemu uses gcc6 to build | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | KVM | Assignee: | Bruce Rogers <brogers> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | brogers, jslaby, lyan |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dominique Leuenberger
2017-06-08 12:52:30 UTC
Liang, I believe what dimstar is pointing out is that we treat gcc6 as if it's the best compiler to use to solve our problem of needing a recent compiler, when in fact gcc7 would be a better choice if available. (note to readers - it's only used for compiling seabios, not other components). We should add the smarts here to require at least gcc6 for compiling seabios, but using whatever is default, if it is >= gcc6. That's what I think we should do to address this. Patch1101: ipxe-use-gcc6-for-more-compact-code.patch
...
+%if 0%{?suse_version} <= 1320
%patch1101 -p1
+%endif
*** This bug has been marked as a duplicate of bug 1040228 ***
|