On Sat, May 29, 2010 at 4:05 AM, EBo <e...@sandien.com> wrote: > gcc -fno-inline -c -g -O3 -MD -std=gnu99 -O2 -march=i486 -pipe > > and > > gcc -m32 -c -nostdinc --g -O3 -MD -std=gnu99 -O2 -march=i486 -pipe > -fno-stack-protector -m80387 -mfp-ret-in-387
The stack protector code came in to some distros (e.g. ubuntu) and it causes major trouble (for coreboot among other things) if you do things slightly out of the standard. You need -fno-stack-protector I would assume with vx32. > Ron, did you use any optimization or taken it out completely. Also, are > you going to add this patch to your repository, or should we handle it on > our end? it's now commited to my vx32 tree. Fast is good, but lack of blowups is better. ron