Thomas you reply to is not set correctly so I am replying to my message with you content.
"Thomas T. Veldhouse" wrote: > Could be -fomit-frame-pointer > > ??? Yes it could but if I wanted to eliminate my CFLAGS as being the problem. As far as I know the most stable is -O2 if this doesn't work than the CFLAGS where not the problem. If I knew that CFLAGS="-march=pentium3 -O3 -pipe" had been tested I would have changed my CFLAGS to CFLAGS="-march=pentium3 -O3 -pipe" first instead of CFLAGS="-march=pentium3 -O2". As it is as far as I now there is no guarantee so I am starting at -O2 and may be looking at several recompiles after that as well. > > > Tom Veldhouse > > ----- Original Message ----- > From: "Robert Young" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, August 08, 2003 11:39 AM > Subject: [gentoo-user] If is doesn't compile with -O3 -pipe is that not > a > BUG? > > > 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. > > > > My question is: > > Should it not be one of Gentoo's goals to make even optimized > > systems stable. info2flags on my computer would have produced > > CFLAGS="-march=pentium3 -O3 -pipe" > > I believe. > > > > This goes against what I keep seeing people say that only > > CFLAGS="-march=pentium3 -O2" would be stable. > > > > To be considered stable currently my understanding is that the ebuild > > should not have a bug reported against it for so many days or week. > > Could another requirement be added that is must be shown to be able to > > > compile against the architecture that it considered stable in at least > > > with "-march=pentium3 -O2" and the flags produced by info2flags > > "-march=pentium3 -O3 -pipe" in my case? > > > > Thanks. > > > > > > > > > > -- > > [EMAIL PROTECTED] mailing list > > > > -- [EMAIL PROTECTED] mailing list
