Bug#653024: clang: -march=native (sometimes?) fails

2011-12-22 Thread Miles Bader
Package: clang Version: 3.0-5 Severity: normal At least on this system, -march=native fails oddly: $ echo 'int main () { }' m.cc; clang++ -o m -march=native m.cc error: unknown target CPU 'amdfam10' The -march=native option _used_ to work with [the debian version of] clang [on this same

Bug#653024: clang: -march=native (sometimes?) fails

2011-12-22 Thread Sylvestre Ledru
Le vendredi 23 décembre 2011 à 06:45 +0900, Miles Bader a écrit : At least on this system, -march=native fails oddly: $ echo 'int main () { }' m.cc; clang++ -o m -march=native m.cc error: unknown target CPU 'amdfam10' The -march=native option _used_ to work with [the debian version