------- Comment #6 from pacho at condmat1 dot ciencias dot uniovi dot es 2010-09-06 10:45 ------- This is what I get with gcc-4.5.1: root 651 0.0 0.1 13080 1780 tty1 S+ 19:18 0:00 usr/libexec/gcc/i686-pc-linux-gnu/4.5.1/cc1 -quiet - -D_FORTIFY_SOURCE=2 -march=pentium-m --param l1-cache-size=32 --param l1-cache-line-size=64 - --param l2-cache-size=2048 -mtune=generic -quiet -dumpbase - - -- -auxbase-strip /dev/null -o /tmp/cc3udN3F.s
Then, looks like: 1. It's still using -mtune=generic 2. It now uses "-march=pentium-m" instead of "presscott" :-/ 3. It doesn't seem to detect "sse3" Thanks for your help :-) -- pacho at condmat1 dot ciencias dot uniovi dot es changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |UNCONFIRMED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45483