On Sat, 29 May 2010 03:39:46 +0000, ron minnich <rminn...@gmail.com>
wrote:
> OK, somebody sent a hint that it might make sense to take the -O3 out
> of the make flags. Done.
> 
> Result: I can now get through this command:
> hget -v
> http://plan9.bell-labs.com/plan9/download/plan9.iso.bz2>/tmp/iso.bz2
> |[2]aux/statusbar plan9.iso
> 
> without an explosion.

Interesting.  I had not noticed that 9vx was building on my machines with:

  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 

in other places.  I would have removed -O3 if I had noticed it before. 
I'm curious why the "-fno-stack-protector -m80387 -mfp-ret-in-387" was
required?

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?

  EBo --

Reply via email to