On Wed, 2005-04-20 at 11:12 +0200, Anders M�rtsell wrote:
> CFLAGS="-mcpu=ultrasparc -O3 -pipe -mtune=v9 -fomit-frame--pointer -fPIC"

Never put -fPIC in your CFLAGS.
You probably meant -fomit-frame-pointer, but you don't get much boost
from that on sparc.
-O3 is known to be buggy in many cases.  Try dropping it down to -O2.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to