Summary: | configure don't detect x86_64 architecture | ||
---|---|---|---|
Product: | LinuxSampler | Reporter: | Anders Dahnielson <anders> |
Component: | other | Assignee: | Andreas Persson <andreas56> |
Status: | CLOSED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | SVN Trunk | ||
Hardware: | PC | ||
OS: | Linux | ||
URL: | https://bb.linuxsampler.org/viewtopic.php?f=6&t=212 | ||
Attachments: | Detect x86_64 architecture |
Description
Anders Dahnielson
2008-10-04 13:28:49 CEST
Created attachment 40 [details]
Detect x86_64 architecture
Actually that doesn't solves it all. The architecture flag need to be -march=nocona on my Intel box and not -march=x86_64 I committed your fix plus I also changed configure not to set any value at all for -march if the architecture is x86_64. -march=nocona is not good for AMD cpus, -march=x86-64 is undocumented and I guess that the compiler can create optimized code anyway, as it already knows that the architecture is 64 bit. Changing bug status to resolved, see previous comment Closing this report now. If you feel that this issue is not fixed yet Anders, feel free to re-open this report. |