Re: [gentoo-user] Re: If is doesn't compile with -O3 -pipe is that not a BUG?

2003-08-14 Thread Robert Young
Thorsten Kampe wrote: * Robert Young (2003-08-08 18:39 +0200) Just a thought I submitted a bug against Mozilla http://bugs.gentoo.org/show_bug.cgi?id=26068 It seems to be because of my CFLAGS CFLAGS=-march=pentium3 -O3 -pipe -fomit-frame-pointer These are *exactly* my flags and

[gentoo-user] Re: If is doesn't compile with -O3 -pipe is that not a BUG?

2003-08-09 Thread Van Gale
Robert Young wrote: Just a thought I submitted a bug against Mozilla http://bugs.gentoo.org/show_bug.cgi?id=26068 It seems to be because of my CFLAGS CFLAGS=-march=pentium3 -O3 -pipe -fomit-frame-pointer I changed them to CFLAGS=-march=pentium3 -O2 and it seems to be working so far. I have:

[gentoo-user] Re: If is doesn't compile with -O3 -pipe is that not a BUG?

2003-08-08 Thread Thorsten Kampe
* Robert Young (2003-08-08 18:39 +0200) Just a thought I submitted a bug against Mozilla http://bugs.gentoo.org/show_bug.cgi?id=26068 It seems to be because of my CFLAGS CFLAGS=-march=pentium3 -O3 -pipe -fomit-frame-pointer These are *exactly* my flags and Mozilla compiled with those (okay