Re: Current Qt branch build available
Christian Biesinger <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.qt |
|---|---|
| Message-ID | <[email protected]> |
Alexander Opitz wrote: > Robert please remove the -mcpu part so the build can work on Athlons and > Cyrix. grrr, please read the gcc info page. mcpu is irrelevant for that - it means "optimize for this specified CPU, but still run on older ones". march means "don't run on older ones". I do suspect that it's a libqt gcc 3.2 vs 2.x issue.