You are not logged in.
Short of reading the output of makepkg, is there a method to see what -march= value gcc has chosen when the -march=native option has been invoked in /etc/makepkg.conf?
Last edited by graysky (2011-02-07 23:24:21)
Offline
gcc -c -Q -march=native --help=target
taken from: http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel
Last edited by falconindy (2011-02-06 20:23:19)
Offline
@falconindy - nice, thank you!
Last edited by graysky (2011-02-06 20:29:56)
Offline