https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265027
--- Comment #3 from [email protected] --- (In reply to jakub_lach from comment #2) sh -c "clang -v -fsyntax-only -march=native -x c /dev/null 2>&1 | grep -e '-target-cpu' | sed -e 's|.*-target-cpu \([[:alnum:]]*\) .*|\1|'" gives penryn and setting penryn works... yet native does not. -- You are receiving this mail because: You are the assignee for the bug.
