FS#34205 - [higan-qt] compiler option -march=native makes binary not compatible.
Attached to Project:
Community Packages
Opened by Toni Salminen (Hootee) - Thursday, 07 March 2013, 17:34 GMT
Last edited by Maxime Gauduin (Alucryd) - Friday, 08 March 2013, 08:55 GMT
Opened by Toni Salminen (Hootee) - Thursday, 07 March 2013, 17:34 GMT
Last edited by Maxime Gauduin (Alucryd) - Friday, 08 March 2013, 08:55 GMT
|
Details
Description:
Package is built with compiler option -march=native and therefore it does not work with all processors. Package works fine if I build it myself. Same for package higan-gtk. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: 1. Have incompatible processor. In my case AMD Phenom II 1090T. |
This task depends upon
Comment by
Maxime Gauduin (Alucryd) -
Thursday, 07 March 2013, 21:57 GMT
That's weird cause I built them with devtools and I'm quite sure
mtune is generic, haven't touched the makepkg.conf shipped with
devtools. Give me an hour and I'll have access to my arch box to
check it out.
Comment by
Maxime Gauduin (Alucryd) - Friday,
08 March 2013, 08:55 GMT
-march=native was set by the Makefile. Added a workaround for
that.