#51642: gcc49 @4.9.3: does not honor -march=native -------------------------+------------------- Reporter: noloader@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: gcc49 | -------------------------+------------------- Comment (by noloader@…): This is probably related to `-Wa,-q`. When I originally tried to use it, I used it with a typo: `-Wa,q`. The typo resulted in: {{{ $ /opt/local/bin/g++-mp-4.9 -Wa,q -c test.cxx as:file(q) Can't open source file for input! No such file or directory. }}} At that point, I thought the compiler did not support the option. Now that the typo has been corrected, it appears the option is supported: {{{ $ /opt/local/bin/g++-mp-4.9 -Wa,-q -c test.cxx /opt/local/bin/as: assembler (/opt/local/bin/clang) not installed }}} -- Ticket URL: <https://trac.macports.org/ticket/51642#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X