Norberto Bensa skrev:
Quoting Albert Hopkins <[EMAIL PROTECTED]>:

On Tue, 2007-09-18 at 18:56 -0500, Albert Hopkins wrote:
Well, I hate to sound like a ricer, but apparently it's my CFLAGS :|

        CFLAGS="-O2 -march=k8 -msse3 -ggdb -pipe -fomit-frame-pointer"

I have an Athlon 64 X2,

Hmmm... I have one of those. Try:

CFLAGS="-march=athlon64 -O2 -fomit-frame-pointer -pipe"

athlon64 is an alias for k8, it makes no difference if you put one or the other. If you check gcc's code you will see there is many march flags, but only a handful is actually unique at the code level.


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to